summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-02-13 11:59:50 -0500
committermattkae <mattkae@protonmail.com>2022-02-13 11:59:50 -0500
commit09168c6c47e381851cde5f84a36de8146e52779a (patch)
treeede8d4a7dcf110e029cac4bb87c2cd486da074dd /index.css
parent74e3c0442c196b9cb7fadf7ddc4d49944f1270af (diff)
Fixing carousel
Diffstat (limited to 'index.css')
-rw-r--r--index.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.css b/index.css
index f3a01b1..3bd817c 100644
--- a/index.css
+++ b/index.css
@@ -83,8 +83,8 @@ section a:hover {
#carousel > button {
position: absolute;
- top: calc(50% - 3rem);
- font-size: 6rem;
+ top: calc(50% - 8rem);
+ font-size: 12rem;
border: none;
background-color: transparent;
}
@@ -95,10 +95,12 @@ section a:hover {
}
#carousel_left {
+ visibility: hidden;
left: 0;
}
#carousel_right {
+ visibility: hidden;
right: 0;
}