summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css
index 2f305c0..f3a6ab9 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -57,10 +57,15 @@ img{
}
.description {
+ font-family: "Grenze";
+ font-size: 20px;
+ font-weight: 400;
flex:1;
}
.date {
- font-weight: 600;
+ font-family: "Grenze";
+ font-size: 20px;
+ font-weight: 200;
}
.summary{
@@ -68,14 +73,14 @@ img{
justify-content: center;
flex-direction: row;
align-items: start;
- width: 100%;
+ width: 95%;
}
.post {
display: flex;
flex-direction: column;
- padding-top: 40px;
+ padding-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
justify-content: center;