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