Fix overly generic css selector
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-11-24 22:03:13 +01:00
parent dbf189fa02
commit de8bf9ea6e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ footer {
@media screen and (min-width: $small) { @media screen and (min-width: $small) {
flex-direction: row; flex-direction: row;
& :first-child { & > :first-child {
margin-left: auto; margin-left: auto;
} }
} }