mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
minor tweaks and improvements
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.post-list li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
color: $text-color;
|
||||
display: flex;
|
||||
@ -22,7 +26,9 @@
|
||||
.post-link__heading {
|
||||
display: block;
|
||||
margin-right: 4em;
|
||||
padding: .25em 0;
|
||||
@media (min-width: $on-tablet) {
|
||||
padding: .25em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-link__title + .post-link__excerpt {
|
||||
|
Reference in New Issue
Block a user