popov.link/_scss/components/elements/_navigation.scss
Valentin Popov 4e59463ab8
Add style navigation
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-24 17:59:01 +04:00

18 lines
210 B
SCSS

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