diff options
author | mattkae <mattkae@protonmail.com> | 2022-06-22 21:23:41 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-06-22 21:23:41 -0400 |
commit | 990c6b109658067db1d4bea66a89633130d95c68 (patch) | |
tree | 637b53f6480e3de72d4ad8692b6ed9c3d54cfd0b | |
parent | 58b492c7fbb60a4283e5961fc24436405f577165 (diff) |
better centered
-rw-r--r-- | index.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,6 +273,6 @@ only screen and (max-width:960px) { #carousel > button { font-size: 6rem; - top: calc(50% - 3rem); + top: calc(50% - 4rem); } } |