mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
add titleless posts and a menu in the footer
This commit is contained in:
27
_sass/_menu.scss
Normal file
27
_sass/_menu.scss
Normal file
@ -0,0 +1,27 @@
|
||||
.site-navigation {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.site-navigation ul {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.site-navigation li {
|
||||
list-style: none;
|
||||
font-size: .875em;
|
||||
font-variant: small-caps;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.site-navigation a {
|
||||
display: block;
|
||||
padding: .25em .5em;
|
||||
text-decoration: none;
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user