[2025-05-08] Adjusting zoom, font sizes and <hr> colour

This commit is contained in:
Andrew Conlin 2025-05-09 14:11:38 +01:00
parent 6f6de59de0
commit d736858945
3 changed files with 11 additions and 6 deletions

View file

@ -22,7 +22,7 @@ code {
div.container {
margin: 0 auto;
zoom: 1.5;
zoom: 1.4;
}
div.content {
@ -41,7 +41,7 @@ div.content {
}
div.container {
margin: 0 auto;
zoom: 1.4
zoom: 1.3
}
}
@ -67,7 +67,7 @@ div.content {
}
div.container {
margin: 0 auto;
zoom: 1.0
zoom: 1.1
}
}
@ -132,10 +132,15 @@ span.growshrink {
}
}
p {
body {
font-size: 14px
}
h1 {
font-size: 24px
}
hr {
color: #32302F;
border-color: #32302F
}