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:
jordi fita mas 2023-09-26 10:02:31 +02:00
parent 79ade5c029
commit cdea3e59de
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}