Skip to content

Commit 3284e9c

Browse files
committed
remove nav bar on phone
1 parent 52dd7f5 commit 3284e9c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

style.css

+1-10
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ blockquote p {
9191
.left {
9292
grid-column: 4 / 10;
9393
}
94-
9594
/* Styles for phone browsers */
9695
@media only screen and (max-width: 600px) {
9796
/* Add your styles for phone browsers here */
@@ -114,15 +113,7 @@ blockquote p {
114113
}
115114

116115
nav {
117-
background: transparent;
118-
display: flex;
119-
justify-content: start;
120-
color: rgb(255, 255, 255);
121-
text-shadow: 2px 1px 2px rgb(255, 255, 255), 0 0 1em blue, 0 0 0.2em blue;
122-
font-size: 3vw;
123-
position: fixed;
124-
top: 0;
125-
width: 100%;
116+
display: none !important; /* Hide the nav bar on phone browsers */
126117
}
127118
}
128119

0 commit comments

Comments
 (0)