Skip to content

Commit 99e0c3e

Browse files
committed
Fix page overflow by adjusting header breakpoints
Signed-off-by: Rito Rhymes <83614463+ritorhymes@users.noreply.github.com>
1 parent eaba632 commit 99e0c3e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/css/_navigation.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@
140140
}
141141
}
142142

143-
.site-header nav .sub-menu {
144-
a {
145-
}
146-
}
147-
148143
.hamburger-click {
149144
cursor: pointer;
150145
opacity: 0.0;
@@ -154,7 +149,7 @@
154149
right: 40px;
155150
}
156151

157-
@media screen and (max-width: 825px) {
152+
@media screen and (max-width: 1000px) {
158153
.header-social {
159154
display: none;
160155
}
@@ -174,7 +169,7 @@ input {
174169
margin-top: 4px;
175170
}
176171

177-
@media screen and (max-width: 825px) {
172+
@media screen and (max-width: 1000px) {
178173
.hamburger-icon,
179174
.hamburger-click {
180175
display: block;

0 commit comments

Comments
 (0)