diff options
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%; |