aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-08-12 21:04:24 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-08-12 21:04:24 -0500
commitc2afd94b9c3c1a94469ef0a875e4870ecb78ffd9 (patch)
treedad08d588f46d2d7a0de5b8886498995c1a00ad2 /static
parent726ca45683974e991c3c2d172039716be8cb0d4c (diff)
downloadhugo-theme-tjkbasic-c2afd94b9c3c1a94469ef0a875e4870ecb78ffd9.tar.xz
hugo-theme-tjkbasic-c2afd94b9c3c1a94469ef0a875e4870ecb78ffd9.zip
tweaks
Diffstat (limited to 'static')
-rw-r--r--static/stylesheets/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css
index e0a82cf..8caa40b 100644
--- a/static/stylesheets/style.css
+++ b/static/stylesheets/style.css
@@ -4,6 +4,7 @@ html {
body {
margin: 0 0 1.5em 0;
color: white;
+ font-family: serif;
}
header {
@@ -59,6 +60,7 @@ main, footer{
hr {
color: #727272;
+ margin: 2em 0;
}
h1, h2, h3, h4, h5, h6 {
@@ -121,7 +123,7 @@ img, figcaption {
opacity: .2;
}
-@media (max-width: 800px) {
+@media (max-width: 1000px) {
header {
grid-template-columns: auto auto;
grid-template-areas:
@@ -136,4 +138,7 @@ img, figcaption {
order: 3;
grid-area: title;
}
+ ol, ul, pre code {
+ margin-left: 0;
+ }
}