💄 improve nav padding on mobile

This commit is contained in:
DrMaxNix 2024-07-26 13:56:06 +02:00
parent eb22d33fb8
commit 90ed829978

View File

@ -199,7 +199,7 @@ nav .width-governor {
@media only screen and (max-width: 1000px) {
nav .width-governor {
width: 100vw; /* NOTE: This is tied to `.page` */
padding: 0 3rem; /* NOTE: This is tied to `.page` and many more */
padding: 0 1rem; /* NOTE: This is tied to `.page` */
}
}