diff options
author | blendoit <blendoit@gmail.com> | 2020-01-27 18:06:07 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-27 18:06:07 -0800 |
commit | c6b1a1fda3da5dbb2749d7b08fa72c40f95377a4 (patch) | |
tree | dcb1f6f2deba38b237aaea4e476b2ff47e1735ca /app/static/styles | |
parent | 15c0db6fe4dc2012223557d802096c6f4c36a958 (diff) |
Change global font size to 24.
Diffstat (limited to 'app/static/styles')
-rw-r--r-- | app/static/styles/default.css | 1 | ||||
-rw-r--r-- | app/static/styles/home.css | 4 |
2 files changed, 3 insertions, 2 deletions
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 { |