diff --git a/index.html b/index.html
index e0ffcf7..8429b8e 100644
--- a/index.html
+++ b/index.html
@@ -170,24 +170,6 @@
flex-direction: column;
}
-.hero-logo {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
-}
-
-.hero-logo > img {
- z-index: 10;
-}
-
-@media (max-width: 1024px) {
- .hero-logo > img {
- padding: 0 7%;
- }
-}
.hero-content {
position: absolute;
bottom: 0;
@@ -208,11 +190,30 @@
}
}
+.hero-logo {
+ width: 100%;
+ margin-bottom: 1em;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+
+.hero-logo > img {
+ z-index: 10;
+}
+
.hero-tagline {
color: #ffffff;
font-size: 40px;
}
+@media (max-width: 768px) {
+ .hero-tagline {
+ font-size: 27px;
+ }
+}
+
.hero-date {
color: #FFD02B;
margin-bottom: 50px;
@@ -609,10 +610,10 @@
-