diff --git a/html/landing.ejs b/html/landing.ejs
index 6fb372d2..4c835a62 100644
--- a/html/landing.ejs
+++ b/html/landing.ejs
@@ -207,15 +207,20 @@ section#landing-page {
}
.content-inner{
- padding: 10px;color:#fff;position: relative;top: 50%;transform: translateY(50%);
+ padding: 10px;
+ color:#fff;
+ position: relative;
+ top: 50%;
+ transform: translateY(50%);
}
-.heading {
- color: #fff;
- font-size: xxx-large;
- font-family: 'PokeTube flex';
+.heading {
+color: #fff;
+font-size: xxx-large;
+font-family: 'PokeTube flex';
+font-style:italic;
font-stretch: ultra-expanded;
- font-weight: 1000;
+font-weight: 1000;
}
@@ -256,7 +261,24 @@ font-stretch: ultra-expanded;
color: white;
margin-bottom: -10em;
}
-
+
+
+@media screen and (max-height: 643px) {
+ .wave {
+ margin-bottom: -7em;
+
+}
+}
+
+@media screen and (min-height: 768px) {
+ .wave {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ margin-bottom: -7em;
+ display: block;
+}
+}
.news > * {
color:#fff
@@ -326,7 +348,7 @@ z-index: 10; /* Was 2 */"