Skip to content

Commit 38e29d5

Browse files
committed
Mobile: hide background scene (planets/graph) below 996px
1 parent e46b3ec commit 38e29d5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ 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+
173180
/****** Class that are specific for smaller screens*/
174181
@media (max-width: 996px) {
175182
h1 {

0 commit comments

Comments
 (0)