Remove the top position for .has-submenu
The baseline of the arrow down character, changed in 79ade5c029
, there
is no need to move it up anymore.
This commit is contained in:
parent
79ade5c029
commit
cdea3e59de
|
@ -260,7 +260,6 @@ nav .has-submenu {
|
|||
nav .has-submenu > a::after, nav .has-submenu > button::after {
|
||||
content: "↓";
|
||||
position: absolute;
|
||||
top: -.5rem;
|
||||
right: -0.05rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue