Small styling to ease reading of resume and developer pages.
This commit is contained in:
parent
7fd944d968
commit
a25162dfa6
@ -126,6 +126,10 @@ article {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
article :is(h1, h2, h3) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
@ -139,7 +143,8 @@ article h3 {
|
||||
}
|
||||
|
||||
article ul {
|
||||
padding-inline: 40px;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@ -501,6 +506,10 @@ form.contact {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
article ul {
|
||||
padding-inline: 40px;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex-direction: unset;
|
||||
justify-content: space-between;
|
||||
|
Loading…
Reference in New Issue
Block a user