Increased width of tablet/desktop menu. Decreased top and bottom padding of tablet/desktop menu items.

This commit is contained in:
And Finally 2021-08-13 14:14:59 +01:00
parent 5a40533e11
commit 98bcc4c084
1 changed files with 5 additions and 1 deletions

View File

@ -97,7 +97,7 @@
@media only screen and ( min-width: 600px ) {
margin-left: 70px;
width: 200px;
width: 288px;
}
}
@ -163,6 +163,10 @@
padding: 14px 18px;
position: relative;
width: 100%;
@media only screen and ( min-width: 600px ) {
padding: 10px 18px;
}
}
a.current::after {