hugo-theme-paradox/assets/styles/components/site-footer.scss

18 lines
286 B
SCSS
Raw Normal View History

.site-footer {
display: flex;
align-items: center;
2022-10-16 22:15:34 +00:00
padding: 1em 0;
}
.site-footer hr {display: none;}
.site-footer .container {
display: flex;
justify-content: space-between;
2022-10-16 22:15:34 +00:00
flex-flow: row wrap;
gap: 1em;
}
2022-10-16 22:15:34 +00:00
.footer-nav .menu {
display: flex;
flex-flow: row wrap;
gap: 1em;
}