[Flask] Aggregate your news and vote for the content you care about.
Improved homepage animations.
Much cleaner A E S T H E T I C
app/static/styles/home.css
@@ -44,20 +44,20 @@
44
44
max-height: 25%;
45
45
max-width: 40%;
46
46
margin: 1rem;
47
Removed:
background: blue;
47
Added:
/* background: blue; */
48
48
perspective: 600px;
49
49
}
50
50
51
51
.post {
52
52
position: relative;
53
53
margin: 0 auto;
54
Removed:
height: 50%;
55
Removed:
width: 70%;
54
Added:
height: 80%;
55
Added:
width: 100%;
56
56
background: white;
57
57
border-radius: 12px;
58
58
padding: 1rem;
59
59
overflow: hidden;
60
Removed:
transition-duration: 1s;
60
Added:
transition-duration: 0.4s;
61
61
}
62
62
.post-wrapper:hover > .post {
63
63
width: 60%;