Skip to content

Commit 5666b54

Browse files
committed
Revert "Mobile: hide background scene (planets/graph) below 996px"
This reverts commit 38e29d5.
1 parent 38e29d5 commit 5666b54

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/css/custom.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ ul {
170170
}
171171
}
172172

173-
/* Hide the fixed background scene (planets + graph) on mobile */
174-
@media (max-width: 996px) {
175-
#page-background-scene {
176-
display: none;
177-
}
178-
}
179-
180173
/****** Class that are specific for smaller screens*/
181174
@media (max-width: 996px) {
182175
h1 {

0 commit comments

Comments
 (0)