commit d4a9abe38d0de8e42de9490b79bf9e9d19a92719
parent e08715198cbe204d06469670474d50445f43bff2
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 19 Jan 2024 16:40:04 +0000
h4 margin is site specific
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/style.css b/style.css
@@ -69,10 +69,6 @@ h5 {
}
*/
-h4 {
- margin-left: 2em;
-}
-
a {
color: #e3d3a7;
text-decoration: none;
@@ -135,6 +131,10 @@ code {
}
/* site specific css */
+h4 {
+ margin-left: 2em;
+}
+
small {
font-size: 0.7em;
}