diff options
author | blendoit <blendoit@gmail.com> | 2020-01-29 19:11:28 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-29 19:11:28 -0800 |
commit | ef58b6b525c8c3e0f8798342da1b2f731aac99b7 (patch) | |
tree | e60fba6d8374ea94b55bd8c3ee22a2b0597516ff /app/static/styles | |
parent | 26e4680dd6fd824e453435d246bc90bda06ed60e (diff) |
Improved homepage animations.
Much cleaner A E S T H E T I C
Diffstat (limited to 'app/static/styles')
-rw-r--r-- | app/static/styles/home.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/static/styles/home.css b/app/static/styles/home.css index d7828c3..a92c6a3 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -44,20 +44,20 @@ max-height: 25%; max-width: 40%; margin: 1rem; - background: blue; + /* background: blue; */ perspective: 600px; } .post { position: relative; margin: 0 auto; - height: 50%; - width: 70%; + height: 80%; + width: 100%; background: white; border-radius: 12px; padding: 1rem; overflow: hidden; - transition-duration: 1s; + transition-duration: 0.4s; } .post-wrapper:hover > .post { width: 60%; |