mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
18 lines
286 B
SCSS
18 lines
286 B
SCSS
.site-footer {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 1em 0;
|
|
}
|
|
.site-footer hr {display: none;}
|
|
.site-footer .container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-flow: row wrap;
|
|
gap: 1em;
|
|
}
|
|
|
|
.footer-nav .menu {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
gap: 1em;
|
|
} |