summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-06 06:18:34 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-06 06:18:34 -0400
commit2074f6be3096386fb543f040dec314290f6eb920 (patch)
tree440937029064df9452b5f0cf4d042631fc171b93 /index.css
parentb1388b40b138e4440cda121b8044b26ae35759ef (diff)
Fixed the carousel
Diffstat (limited to 'index.css')
-rw-r--r--index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.css b/index.css
index 69187fe..1d95d04 100644
--- a/index.css
+++ b/index.css
@@ -98,16 +98,16 @@ header > nav > ul a:hover {
}
#image_container {
- width: 100%;
+ padding-left: calc(50% - 120px);
display: flex;
flex-direction: row;
height: 100%;
- transition: left 200ms linear;
+ transition: transform 100ms linear;
}
.carousel_image {
width: 240px;
- transition: opacity 200ms linear;
+ transition: opacity 100ms linear;
padding: 0;
margin: 0;
padding-right: 12px;