mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Reduce padding
This commit is contained in:
@@ -75,7 +75,7 @@ nav.menu {
|
||||
|
||||
a {
|
||||
display: block;
|
||||
padding: 25px 5px;
|
||||
padding: 16px 5px;
|
||||
color: $dark-grey !important;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
@@ -93,8 +93,8 @@ nav.menu {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 25px;
|
||||
right: 25px;
|
||||
left: 30px;
|
||||
right: 30px;
|
||||
height: 3px;
|
||||
background: $red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user