diff options
author | jaseg <git@jaseg.de> | 2023-03-19 15:55:56 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-03-19 15:55:56 +0100 |
commit | c55e92fe93ebb31ba8d46928313dc1d6a08f448d (patch) | |
tree | f6be86c09d9258e13fa035450024d9f9878c741d /themes | |
parent | 77469be23fe1777d776c0b0abd4c77f6e4080196 (diff) | |
download | blog-c55e92fe93ebb31ba8d46928313dc1d6a08f448d.tar.gz blog-c55e92fe93ebb31ba8d46928313dc1d6a08f448d.tar.bz2 blog-c55e92fe93ebb31ba8d46928313dc1d6a08f448d.zip |
Fix headline alignment & deployment
Diffstat (limited to 'themes')
-rw-r--r-- | themes/conspiracy/assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/conspiracy/assets/css/style.css b/themes/conspiracy/assets/css/style.css index c3afe86..f03f4ac 100644 --- a/themes/conspiracy/assets/css/style.css +++ b/themes/conspiracy/assets/css/style.css @@ -166,6 +166,7 @@ h1, h2, h3, h4, h5, h6 { margin-top: 50px; margin-bottom: 8px; font-family: "Bodoni Moda"; + text-align: left; } h1 { |