Increased width of tablet/desktop menu. Decreased top and bottom padding of tablet/desktop menu items.
This commit is contained in:
parent
5a40533e11
commit
98bcc4c084
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue