diff options
Diffstat (limited to 'app/static/styles')
-rw-r--r-- | app/static/styles/home.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/static/styles/home.css b/app/static/styles/home.css index ddbe261..9fa4e94 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -64,13 +64,14 @@ height: 40%; } .post:hover + .btn-wrapper { - /* opacity: 100%; */ + opacity: 100%; transform: rotateX(0deg); } .btn-wrapper { position: relative; z-index: 1; + opacity: 0%; transform: rotateX(-90deg); transition-duration: var(--med-speed); } |