more css theft from personal site
All checks were successful
Deploy website / deploy (push) Successful in 11s
All checks were successful
Deploy website / deploy (push) Successful in 11s
This commit is contained in:
parent
53ee5528ba
commit
0748a0096f
1 changed files with 15 additions and 0 deletions
|
@ -17,6 +17,8 @@ body {
|
|||
flex-direction: column;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
max-width: 80ch;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
a:link {
|
||||
|
@ -36,3 +38,16 @@ code {
|
|||
pre:has(code) code {
|
||||
display: block;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em auto 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue