mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-08 11:03:35 +03:00
18 lines
210 B
SCSS
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;
|
||
|
}
|
||
|
}
|
||
|
}
|