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;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article :is(h1, h2, h3) {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
article h1 {
|
article h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
@ -139,7 +143,8 @@ article h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
article ul {
|
article ul {
|
||||||
padding-inline: 40px;
|
padding-left: 20px;
|
||||||
|
padding-right: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -501,6 +506,10 @@ form.contact {
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article ul {
|
||||||
|
padding-inline: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
flex-direction: unset;
|
flex-direction: unset;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Loading…
Reference in New Issue
Block a user