summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:23:29 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:23:29 -0400
commitb1388b40b138e4440cda121b8044b26ae35759ef (patch)
tree121b9ab7d80256f69a7389e8199edae181081282 /index.css
parent2fff4c30c18a1b89c3240222cd915e7607563896 (diff)
Minified images and added better scroll code to the canvas
Diffstat (limited to 'index.css')
-rw-r--r--index.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.css b/index.css
index 32bd838..69187fe 100644
--- a/index.css
+++ b/index.css
@@ -72,9 +72,7 @@ header > nav > ul a:hover {
/* Carousel styling */
#carousel {
width: 100%;
- height: 360px;
position: relative;
- overflow: hidden;
}
#carousel > button {
@@ -100,7 +98,6 @@ header > nav > ul a:hover {
}
#image_container {
- position: absolute;
width: 100%;
display: flex;
flex-direction: row;