mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 17:38:48 +03:00
Add style navigation
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
17
_scss/components/elements/_navigation.scss
Normal file
17
_scss/components/elements/_navigation.scss
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
.navigation {
|
||||||
|
padding: 0 .5rem 1rem;
|
||||||
|
text-align: right;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: 0 .5rem;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user