Improved homepage animations.

Much cleaner A E S T H E T I C

Commit
ef58b6b525c8c3e0f8798342da1b2f731aac99b7
Author
blendoit <blendoit@gmail.com>
Author date
Committer
blendoit <blendoit@gmail.com>
Committer date
app/static/styles/home.css
index d7828c33..a92c6a32 100644..100644
@@ -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%;