Change global font size to 24.

Commit
c6b1a1fda3da5dbb2749d7b08fa72c40f95377a4
Author
blendoit <blendoit@gmail.com>
Author date
Committer
blendoit <blendoit@gmail.com>
Committer date
Changed files
app/placeholder_news.py
index 7b2d7fe3..262bd659 100644..100644
@@ -8,7 +8,7 @@
8 8 'date':
9 9 'Dec. 25th, 2019',
10 10 'content':
11 Removed: "Ah, this is a public personal update.\n It's pretty long, because this enables testing layouts that adapt to posts with a lot of content. Do we want the content to wrap around? Should we implement a content clipping feature?"
11 Added: "Ah, this is a public personal update.\n It's pretty long, because this enables testing layouts that adapt to posts with a lot of content. Do we want the content to wrap around? Should we implement a content clipping feature? Is there a limit to how much placeholder text one can view at a time on the website? As the great Nowaar once said, 'We can throw shapes, but you are not in my circle, bahaha.'"
12 12 }, {
13 13 'author': 'Country_V',
14 14 'date': 'Dec. 24th, 2019',
app/static/styles/default.css
index 069588da..4f56c17e 100644..100644
@@ -6,6 +6,7 @@
6 6 --no: rgba(255, 0, 0, 0.7);
7 7 background-image: url(../img/home.png);
8 8 background-repeat: repeat-x;
9 Added: font-size: 20;
9 10 }
10 11
11 12 * {
app/static/styles/home.css
index a188754d..a5dcbecf 100644..100644
@@ -28,8 +28,8 @@
28 28
29 29 .post-wrapper {
30 30 position: relative;
31 Removed: max-height: 20%;
32 Removed: max-width: 30%;
31 Added: max-height: 25%;
32 Added: max-width: 33%;
33 33 }
34 34
35 35 .post {