From c6b1a1fda3da5dbb2749d7b08fa72c40f95377a4 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 27 Jan 2020 18:06:07 -0800 Subject: Change global font size to 24. --- app/static/styles/default.css | 1 + app/static/styles/home.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'app/static/styles') diff --git a/app/static/styles/default.css b/app/static/styles/default.css index 069588d..4f56c17 100644 --- a/app/static/styles/default.css +++ b/app/static/styles/default.css @@ -6,6 +6,7 @@ --no: rgba(255, 0, 0, 0.7); background-image: url(../img/home.png); background-repeat: repeat-x; + font-size: 20; } * { diff --git a/app/static/styles/home.css b/app/static/styles/home.css index a188754..a5dcbec 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -28,8 +28,8 @@ .post-wrapper { position: relative; - max-height: 20%; - max-width: 30%; + max-height: 25%; + max-width: 33%; } .post { -- cgit v1.2.3