FIX: improves links position when many links
This commit is contained in:
parent
3726aa75e3
commit
c1e02d7c2f
|
@ -20,7 +20,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
|
@ -29,6 +29,7 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $primary-low-mid;
|
background: $primary-low-mid;
|
||||||
|
|
Loading…
Reference in New Issue