From e5704a4c17a34febc0fbbc23fa7d5a0a8c5c48fe Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 7 Sep 2023 15:13:26 +0000 Subject: [PATCH] new landing page!!! :3 --- html/landing.ejs | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) 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 */" } + + + + -
+