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