Fix footer on mobile

This commit is contained in:
Arkadiusz Wieczorek 2022-01-07 11:47:59 +01:00
parent d31cbd42d5
commit 482105a779
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2845,6 +2845,8 @@ Usage (In Ghost editor):
.site-footer-nav {
display: flex;
flex-flow: wrap;
justify-content: center;
}
.site-footer-nav a {