fix footer on mobile
This commit is contained in:
parent
4c6839c698
commit
e01342c980
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ blockquote {
|
||||||
/* Style the footer */
|
/* Style the footer */
|
||||||
footer {
|
footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-flow: row wrap;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: var(--box-gap);
|
gap: var(--box-gap);
|
||||||
max-width: var(--content-width);
|
max-width: var(--content-width);
|
||||||
|
|
Loading…
Add table
Reference in a new issue