Skip to content

Commit 2f9cd9c

Browse files
authored
Merge pull request #438 from PallaviSangem-11/hamburger-issue-fixed
Fix: Improving Hamburger on the landing page #437
2 parents 6765fa7 + f0cb998 commit 2f9cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ nav ul li:first-child:hover {
232232
position: relative;
233233
}
234234

235-
@media (max-width: 768px) {
235+
@media (max-width: 1000px) {
236236
.HamBurger {
237237
display: block;
238238
left: 10px;

0 commit comments

Comments
 (0)