From 5d9415b50e6c9cf5940596bb83a5ae5426774d25 Mon Sep 17 00:00:00 2001 From: Ashwin Sivasankaran Date: Mon, 11 Dec 2023 21:50:59 +0530 Subject: [PATCH] abstract button --- index.html | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7b90cff..c7b1398 100644 --- a/index.html +++ b/index.html @@ -43,12 +43,12 @@

 25th - 26th April, 2024 -

+
  SCMS School of Engineering & Technology, Ernakulam

REGISTRATION -   +   SUBMIT ABSTRACT diff --git a/style.css b/style.css index 5927178..876ea62 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,7 @@ nav img { text-decoration: none; color: #fff; border: 1px solid #fff; - padding: 12px 34px; + padding: 10px 30px; font-size: 14px; background: transparent; position: relative; @@ -97,7 +97,7 @@ nav .fa { display: none; } -@media (max-width: 700px) { +@media (max-width: 750px) { .text-box h1 { margin-top: 50px; font-size: 30px;