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:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user