mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
improve site navigation
This commit is contained in:
@ -1,29 +1,29 @@
|
||||
article > * {
|
||||
.post > * {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 36rem;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
.post > h1 {
|
||||
font-size: 2em;
|
||||
max-width: 48rem;
|
||||
padding: 2em 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article p {
|
||||
.post p {
|
||||
text-align: justify;
|
||||
text-indent: 1.5rem;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
article p:first-of-type,
|
||||
article h2 + p {
|
||||
.post p:first-of-type,
|
||||
.post h2 + p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
article img {
|
||||
.post img {
|
||||
margin-left: -1em;
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
@ -31,7 +31,7 @@ article img {
|
||||
margin: 2em auto;
|
||||
}
|
||||
|
||||
article li {
|
||||
.post li {
|
||||
margin-left: 1.5rem;
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user