put the p margin into body
All checks were successful
Deploy website / deploy (push) Successful in 9s
All checks were successful
Deploy website / deploy (push) Successful in 9s
This commit is contained in:
parent
0748a0096f
commit
74502dfacf
1 changed files with 1 additions and 5 deletions
|
@ -15,10 +15,10 @@ body {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 80ch;
|
max-width: 80ch;
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
|
margin: 1em auto 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
|
@ -39,10 +39,6 @@ pre:has(code) code {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 1em auto 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|
Loading…
Reference in a new issue