mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-21 03:30:16 -04:00
quick fix for padding for nav on mobile
This commit is contained in:
parent
d515a7e22b
commit
f83eaf0226
|
@ -75,7 +75,7 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: -30vw;
|
left: -30vw;
|
||||||
padding-top: 5vh;
|
padding-top: 48px;
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user