mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-01 10:30:49 +00:00
minor tweaks and improvements
This commit is contained in:
parent
10e959d7aa
commit
a1b8bbbfba
@ -2,7 +2,9 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% if site.paginate and site.paginate_path and paginator.page > 1 %}
|
||||
{% if site.data.menu and site.paginate and site.paginate_path and paginator.page > 1 %}
|
||||
{% include menu.html %}
|
||||
{% elsif site.paginate and site.paginate_path and paginator.page > 1 %}
|
||||
{% include back-link.html %}
|
||||
{% else %}
|
||||
<header class="site-masthead">
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
.site-masthead h2 {
|
||||
color: $muted-text-color;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.25em;
|
||||
margin: 0;
|
||||
@media (min-width: $on-tablet) {
|
||||
font-size: 3em;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user