From fee65a88aefef4afdd32dea80e1bb643f18efef3 Mon Sep 17 00:00:00 2001 From: Sondos Bsharat <105979412+SondosBsharat@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:32:28 +0400 Subject: [PATCH] Update index.css --- index.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/index.css b/index.css index 44c9a7f..b155cf6 100644 --- a/index.css +++ b/index.css @@ -403,31 +403,4 @@ code{ color: #666; } -/* Responsive styles */ -@media (max-width: 480px) { - header h1 { - font-size: 20px; /* Further reduce font size for smaller screens */ - } - - header .h1-2 { - font-size: 16px; /* Further reduce font size for smaller screens */ - } - - header .authors, header .contribution, header .affiliations { - font-size: 12px; /* Further reduce font size for smaller screens */ - margin: 2px; /* Further reduce margin for tighter spacing */ - } - - a.nav-link { - font-size: 12px; /* Further reduce font size for smaller screens */ - padding: 6px 12px; /* Further adjust padding for better touch area */ - } -} - -/* Responsive styles */ -@media (max-width: 768px) { - /* Decrease the font size of navigation links */ - .main-nav ul.second li a { - font-size: 11px; - } -} +