From 10172de757e6dbd961b0976651e2851058535ded Mon Sep 17 00:00:00 2001 From: Usama Idriss Kakumba Date: Tue, 14 Jan 2025 16:21:47 +0300 Subject: [PATCH] fix: fix hiding of contacts on small screen display --- public/index.css | 25 ++----------------------- views/index.ejs | 3 --- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/public/index.css b/public/index.css index 5b9cb56..625cf86 100644 --- a/public/index.css +++ b/public/index.css @@ -51,8 +51,7 @@ main { line-height: 22px; } -.ozone-logo, -.ozone-logo-lg { +.ozone-logo { display: flex; justify-content: center; align-items: center; @@ -63,16 +62,6 @@ main { width: 10rem; } -.ozone-logo-lg { - display: none; - margin-top: 1rem; - padding: 1.5rem 0; -} - -.ozone-logo-lg img { - width: 9.375rem; -} - .contact-info { display: flex; justify-content: center; @@ -108,14 +97,4 @@ main { font-weight: 400; line-height: 16px; letter-spacing: 0.32px; -} - -@media only screen and (max-width: 1200px) { - .ozone-logo, - .contact-info { - display: none; - } - .ozone-logo-lg { - display: block; - } -} +} \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index 0c3beee..2d71d94 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -24,9 +24,6 @@ -
- -