0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-08 11:03:35 +03:00
popov.link/_scss/components/elements/_navigation.scss

18 lines
210 B
SCSS
Raw Normal View History

.navigation {
padding: 0 .5rem 1rem;
text-align: right;
width: 100%;
a {
padding: 0 .5rem;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
}