aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/static/css/default.css
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-25 20:13:51 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-25 20:13:51 +0100
commit40e21fb3cb28016dd2dcd89961d1c29323fedde9 (patch)
tree2d8056ad3e683f00f09cee662c834f5c89b9ba6b /themes/ymherklotz/static/css/default.css
parent69dc4fa5bb64ae42649cb142dc0be5b1a040dcc7 (diff)
downloadyannherklotz.com-40e21fb3cb28016dd2dcd89961d1c29323fedde9.tar.gz
yannherklotz.com-40e21fb3cb28016dd2dcd89961d1c29323fedde9.zip
Fix some styling
Diffstat (limited to 'themes/ymherklotz/static/css/default.css')
-rw-r--r--themes/ymherklotz/static/css/default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 9333500..601a56e 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -255,6 +255,7 @@ table {
width: 100%;
border-bottom: 0.15rem solid #171d30;
border-top: 0.15rem solid #171d30;
+ margin: 30px 0;
}
th, td {
@@ -262,6 +263,14 @@ th, td {
text-align: left;
}
+dd {
+ margin-bottom: 15px;
+}
+
+dl {
+ margin: 30px 0;
+}
+
#navbar a, .logo a {
font-family: 'Iosevka Web', monospace;
font-size: 1.3rem;