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

35 lines
389 B
SCSS
Raw Normal View History

.site-footer {
display: flex;
align-items: center;
2022-10-16 22:15:34 +00:00
padding: 1em 0;
2022-10-16 22:49:29 +00:00
hr {display: none;}
.container {
display: flex;
flex-flow: row wrap;
gap: 1em;
}
.footer-nav .menu {
display: flex;
flex-flow: row wrap;
gap: 1em;
}
.social-nav {
.menu {
display: flex;
gap: 1rem;
a:after {
display: none;
}
}
}
a[href='#top'] {
margin-left: auto;
}
}