summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-22 21:23:41 -0400
committermattkae <mattkae@protonmail.com>2022-06-22 21:23:41 -0400
commit990c6b109658067db1d4bea66a89633130d95c68 (patch)
tree637b53f6480e3de72d4ad8692b6ed9c3d54cfd0b
parent58b492c7fbb60a4283e5961fc24436405f577165 (diff)
better centered
-rw-r--r--index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.css b/index.css
index 0c2e614..d237608 100644
--- a/index.css
+++ b/index.css
@@ -273,6 +273,6 @@ only screen and (max-width:960px) {
#carousel > button {
font-size: 6rem;
- top: calc(50% - 3rem);
+ top: calc(50% - 4rem);
}
}