put the p margin into body
All checks were successful
Deploy website / deploy (push) Successful in 9s

This commit is contained in:
jacekpoz 2024-09-13 22:16:02 +02:00
parent 0748a0096f
commit 74502dfacf
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -15,10 +15,10 @@ body {
font-size: 1.15rem;
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
max-width: 80ch;
padding-bottom: 2em;
margin: 1em auto 1em;
}
a:link {
@ -39,10 +39,6 @@ pre:has(code) code {
display: block;
}
p {
margin: 1em auto 1em;
}
ul {
list-style-position: inside;
padding-bottom: 1em;