0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00
Files
popov.link/_scss/components/elements/_footer.scss

17 lines
188 B
SCSS
Raw Normal View History

.footer {
padding-top: 1rem;
text-align: center;
a {
padding: 0 .5rem;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
}