mirror of
https://github.com/metagov/govarch-website.git
synced 2025-08-04 11:14:35 +00:00
add menu
This commit is contained in:
@@ -2,6 +2,7 @@ article > * {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 36rem;
|
||||
padding: 0 $spacing-unit;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
@@ -11,10 +12,6 @@ article > h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1.post-title:after {
|
||||
@include divider;
|
||||
}
|
||||
|
||||
article p {
|
||||
text-align: justify;
|
||||
text-indent: 1.5em;
|
||||
@@ -26,6 +23,14 @@ article h2 + p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
article p > img {
|
||||
margin-left: -1em;
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
.article-meta {
|
||||
margin-bottom: 2em;
|
||||
margin-top: 2em;
|
||||
@@ -34,6 +39,8 @@ article h2 + p {
|
||||
|
||||
.back-link {
|
||||
display: inline-block;
|
||||
font-size: .75em;
|
||||
padding: $spacing-unit;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
Reference in New Issue
Block a user