mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-12-26 00:14:51 +00:00
fix flex gap
This commit is contained in:
parent
7507fd2991
commit
2b432d7f0b
@ -276,6 +276,7 @@ hr {
|
||||
.page-end {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 2em;
|
||||
|
||||
@media all and (max-width: 780px) {
|
||||
flex-direction: column;
|
||||
@ -289,7 +290,6 @@ hr {
|
||||
& > ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-right: 2em;
|
||||
|
||||
& > li {
|
||||
margin: 0.5em 0;
|
||||
|
Loading…
Reference in New Issue
Block a user