Fix language selector alignment

Depending on the screen, it could appear a bit to the left of where it
was supposed to be.
This commit is contained in:
Javi Martín
2021-06-28 19:48:51 +02:00
parent b8870dd95a
commit 9ccfabcbda
2 changed files with 4 additions and 2 deletions

View File

@@ -636,7 +636,10 @@ body > header,
.top-links { .top-links {
background: $dark; background: $dark;
font-size: $small-font-size; font-size: $small-font-size;
padding-right: $line-height / 2;
> :first-child {
@include grid-column-gutter;
}
a { a {
color: inherit; color: inherit;

View File

@@ -2,7 +2,6 @@
@include has-fa-icon(angle-down, solid, after); @include has-fa-icon(angle-down, solid, after);
float: left; float: left;
margin-bottom: $line-height / 4; margin-bottom: $line-height / 4;
margin-left: $line-height / 2;
margin-top: $line-height / 4; margin-top: $line-height / 4;
position: relative; position: relative;