Tweak margins
This commit is contained in:
parent
e37281a666
commit
4646b959aa
15
style.css
15
style.css
|
@ -1,6 +1,7 @@
|
||||||
body {
|
body {
|
||||||
counter-reset: section;
|
counter-reset: section;
|
||||||
margin: 5rem 1rem;
|
margin: 5rem 1rem;
|
||||||
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
@ -21,12 +22,12 @@ h2::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
max-width: 36rem;
|
max-width: 31rem;
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.verse {
|
.verse {
|
||||||
max-width: 30rem;
|
max-width: 26rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,10 +35,8 @@ h2::before {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 32rem) {
|
.line {
|
||||||
.line {
|
display: inline-block;
|
||||||
display: inline-block;
|
margin-left: 2em;
|
||||||
margin-left: 2em;
|
text-indent: -2em;
|
||||||
text-indent: -2em;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue