From 72fec5433610df6e5f405e7f2d8eca1d492c5b2a Mon Sep 17 00:00:00 2001 From: Samuel Wilhelmsson Date: Fri, 10 Jan 2025 23:47:43 +0100 Subject: Update deploy script to janet Update styles with more fancy font --- assets/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'assets') 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; -- cgit v1.2.3