Problem responsiver Darstellung behoben

This commit is contained in:
edi 2023-11-14 23:16:51 +01:00
parent 7d4e8f8b43
commit 7a2b99a393
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4

View file

@ -34,18 +34,18 @@
} }
.post { .post {
max-width: 70%; max-width: 800px;
} }
#site-head .blog-title, #site-head.withCenteredImage .blog-title { #site-head .blog-title, #site-head.withCenteredImage .blog-title {
font-family: "gidole", sans-serif; font-family: "gidole", sans-serif;
font-size: 5em; font-size: 4rem;
} }
#site-head .blog-description, #site-head.withCenteredImage .blog-description { #site-head .blog-description, #site-head.withCenteredImage .blog-description {
font-family: "angelina", sans-serif; font-family: "angelina", sans-serif;
color: #5d2169; color: #5d2169;
font-size: 3em; font-size: 3rem;
transform: rotate(-6deg); transform: rotate(-6deg);
} }
@ -111,7 +111,7 @@ h5 {
} }
.page-template .post-content { .page-template .post-content {
background-color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.7);
padding: 1.2em; padding: 1.2rem;
} }