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