diff options
| author | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-10 23:47:43 +0100 |
|---|---|---|
| committer | Samuel Wilhelmsson <samuel.wilhelmsson@gmail.com> | 2025-01-10 23:47:43 +0100 |
| commit | 72fec5433610df6e5f405e7f2d8eca1d492c5b2a (patch) | |
| tree | b227375508c6505db00dbc5304ef7ed02800ce8f /assets | |
| parent | f20103c68fc8ace200577aa0518385467d94f84f (diff) | |
| download | tinygram-72fec5433610df6e5f405e7f2d8eca1d492c5b2a.tar.gz tinygram-72fec5433610df6e5f405e7f2d8eca1d492c5b2a.zip | |
Update deploy script to janet
Update styles with more fancy font
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.css | 11 |
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; |
