From 3cc4268c3bee313894d882c31fe121f276f057cb Mon Sep 17 00:00:00 2001 From: Mehrun Shamshi Date: Mon, 10 Jun 2024 19:17:51 +0530 Subject: [PATCH] Bug resolved Longg navbar in literary realms fixed --- assets/css/style.css | 7 ++++--- assets/html/literaryrealms.html | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9731aaf2c..b9d152319 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -337,7 +337,7 @@ body { .section { padding-block: var(--section-padding); - + padding-top: 150px; } .section-subtitle { @@ -528,8 +528,8 @@ body { display: flex; justify-content: space-between; align-items: center; - height: 80px; - /* width:200px; */ + height: 90px; + } .logo { @@ -1995,6 +1995,7 @@ input[type="submit"]:hover { padding-bottom: 1rem; padding-top: 1rem; padding-left: 0 !important; + height:300px; } html { diff --git a/assets/html/literaryrealms.html b/assets/html/literaryrealms.html index 9c00d9fb0..f9345073c 100644 --- a/assets/html/literaryrealms.html +++ b/assets/html/literaryrealms.html @@ -112,7 +112,8 @@ padding: 50px; border-radius: 5px; box-shadow: 0 0 10px var(--chinese-violet_30); - width: 500px; + width: 550px; + height:70px; text-align: center; margin-top: 20px; }