diff --git a/html/landing.ejs b/html/landing.ejs index 01eb5ea7..8a460d8b 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -175,8 +175,12 @@ summary:hover{ } .btn-explore { font-family:"Inter" !important; - width:165px !important; + width:192px !important } + @media screen and (max-height: 643px) { + .content { + transform: translateY(60%); !important +} <% } %> @@ -248,7 +252,7 @@ section#landing-page { @media screen and (max-height: 643px) { .content { - transform: translateY(70%); + transform: translateY(50%); } } .content-inner{ @@ -289,7 +293,7 @@ text-align:center; color: rgb(232, 230, 227); text-decoration-color: unset; border-radius: 6px; - width: 186px; + width: 223px; font-size: 20px; text-decoration: unset; margin: auto; @@ -358,9 +362,17 @@ font-weight: 400; line-height: 24px; z-index: 10; /* Was 2 */" } + + + + -
+