summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-01-27 18:06:07 -0800
committerblendoit <blendoit@gmail.com>2020-01-27 18:06:07 -0800
commitc6b1a1fda3da5dbb2749d7b08fa72c40f95377a4 (patch)
treedcb1f6f2deba38b237aaea4e476b2ff47e1735ca /app
parent15c0db6fe4dc2012223557d802096c6f4c36a958 (diff)
Change global font size to 24.
Diffstat (limited to 'app')
-rw-r--r--app/placeholder_news.py2
-rw-r--r--app/static/styles/default.css1
-rw-r--r--app/static/styles/home.css4
3 files changed, 4 insertions, 3 deletions
diff --git a/app/placeholder_news.py b/app/placeholder_news.py
index 7b2d7fe..262bd65 100644
--- a/app/placeholder_news.py
+++ b/app/placeholder_news.py
@@ -8,7 +8,7 @@ news = [{
'date':
'Dec. 25th, 2019',
'content':
- "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?"
+ "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.'"
}, {
'author': 'Country_V',
'date': 'Dec. 24th, 2019',
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 {
Copyright 2019--2024 Marius PETER