Repair top menu links padding
parent
df9fa920f9
commit
6d1ec47244
|
@ -41,7 +41,7 @@ $dropdown-width: 350px;
|
|||
.topnav-dropdown-wrapper > a {
|
||||
color: $white;
|
||||
margin: 0;
|
||||
padding: .5rem 1rem;
|
||||
padding: .5rem 2rem;
|
||||
}
|
||||
.active {
|
||||
background: rgba($white, .95);
|
||||
|
@ -216,7 +216,7 @@ $dropdown-width: 350px;
|
|||
color: $white;
|
||||
font-size: .7rem;
|
||||
height: 18px;
|
||||
left: 37px;
|
||||
left: 52px;
|
||||
line-height: 18px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue