[Flask] Aggregate your news and vote for the content you care about.
Change global font size to 24.
app/placeholder_news.py
@@ -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
@@ -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
@@ -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 {