More tweaks

This commit is contained in:
Tony Garnock-Jones 2021-03-30 22:47:13 +02:00
parent 75f091ee2f
commit e831b4c1cb
1 changed files with 4 additions and 10 deletions

View File

@ -82,17 +82,12 @@ h3 { text-decoration: underline; font-weight: 600; }
main h1, main h2 { main h1, main h2 {
font-family: "Inconsolata Regular"; font-family: "Inconsolata Regular";
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.5rem; letter-spacing: 0.33em;
margin-top: 2rem; margin-top: 2rem;
border-left: solid magenta 1rem; border-left: solid magenta 1rem;
padding-left: 0.5rem; padding-left: 0.5rem;
margin-left: -1.5rem; margin-left: -1.5rem;
} border-bottom: solid magenta 0.26em;
main h1 {
border-bottom: solid magenta 0.4rem;
}
main h2 {
border-bottom: solid magenta 0.32rem;
} }
pre, code { pre, code {
@ -122,7 +117,7 @@ header h1 {
nav { nav {
font-family: "Inconsolata Regular"; font-family: "Inconsolata Regular";
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.5rem; letter-spacing: 0.33em;
} }
nav > ul { nav > ul {
@ -158,8 +153,7 @@ main, footer {
footer { footer {
clear: both; clear: both;
border-top: solid #ddd 0.0675rem; margin-top: 2rem;
margin-top: 1rem;
font-size: 0.9rem; font-size: 0.9rem;
text-align: right; text-align: right;
} }