Fix overly generic css selector
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
dbf189fa02
commit
de8bf9ea6e
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue