diff --git a/index.html b/index.html
index 06c4235..1651350 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,9 @@
00
+
+
Exclusive partner:
+
diff --git a/styles/carousel.css b/styles/carousel.css
index e8fee7f..d2c1340 100644
--- a/styles/carousel.css
+++ b/styles/carousel.css
@@ -21,7 +21,7 @@
position: relative;
max-width: 100vw;
height: 50%;
- padding: 0.8em 0;
+ padding: 0;
}
.slider::before, .slider::after {
@@ -44,6 +44,21 @@
top: 0;
}
+.partners-heading {
+ margin: auto;
+ position: relative;
+ max-width: 100vw;
+ height: 10%;
+ padding: 0;
+ text-align: center;
+}
+
+.partners-heading h1 {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+}
+
#partners {
height: 100%;
padding: 1em 0;
diff --git a/styles/main-content.css b/styles/main-content.css
index 23dc986..41249ed 100644
--- a/styles/main-content.css
+++ b/styles/main-content.css
@@ -3,7 +3,7 @@
}
.time-container {
- height: 50%;
+ height: 40%;
display: flex;
flex-direction: column;
align-items: center;