Make footer look nicer on phones
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
& > *:first-child:not(:only-child) {
|
||||
& > *:not(:last-child):not(:only-child) {
|
||||
margin-right: 10px;
|
||||
|
||||
@media (--tablet) {
|
||||
@@ -41,6 +41,12 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
@media (--phone) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media (--tablet) {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user