aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 20:42:24 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 20:42:24 +0100
commit97e80d35ab487e1c1828d7284cb02e76f79251e6 (patch)
tree99c3a3743f9fbc959b46101479b7e62cf54c5681
parent07dfda89c9885c05d9de5f3822a0286afe13455a (diff)
downloadyannherklotz.com-97e80d35ab487e1c1828d7284cb02e76f79251e6.tar.gz
yannherklotz.com-97e80d35ab487e1c1828d7284cb02e76f79251e6.zip
Fix some sizing
-rw-r--r--themes/ymherklotz/static/css/default.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 9166058..45898dc 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -283,8 +283,9 @@ dl {
.heading-anchor1 {
text-decoration: none;
float: left;
- padding-right: 0.2em;
+ padding-right: 0.5em;
margin-left: -1.5em;
+ margin-top: 0.2em;
line-height: 1;
}
@@ -297,7 +298,7 @@ dl {
float: left;
padding-right: 0.5em;
margin-left: -1.5em;
- margin-top: 0.4em;
+ margin-top: 0.2em;
line-height: 1;
}
@@ -310,7 +311,7 @@ dl {
float: left;
padding-right: 0.5em;
margin-left: -2em;
- margin-top: 0.4em;
+ margin-top: 0.2em;
line-height: 1;
}
@@ -546,6 +547,10 @@ dl {
.post-display .post-meta {
text-align: left;
}
+
+ .heading-anchor1, .heading-anchor2, .heading-anchor3, .heading-anchor4, .heading-anchor5, .heading-anchor6 {
+ display: none;
+ }
}
@media (min-width: 601px) and (max-width: 992px) {
@@ -553,6 +558,7 @@ dl {
body {
max-width: 70rem;
margin: 0 auto;
+ width: 85%;
}
.center > article {
@@ -630,7 +636,7 @@ dl {
.center > article {
width: 45rem;
- margin: 3em auto;
+ margin: 3rem auto;
padding: 0;
}