From 172041552d9cfc0f671685788f65ac0f92d4c38c Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Sun, 16 Jun 2024 13:44:47 +0530 Subject: [PATCH] Fixed CSS of website in mobile page view --- assets/css/style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 1ecf9bacd..c824cb756 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -3492,3 +3492,43 @@ body.dark-mode .h3 { } } */ + +@media (max-width: 768px) { + .icons { + display: flex; + justify-content: center; + align-items: center; + margin-top: 1rem; + } + .icons .icon { + margin: 0 0.5rem; + } + #benefits { + padding: 1rem; + padding-top: 1311px + } + #genre{ + padding-top: 1100px; + } + #chapters{ + padding-top: 3500px; + } + #preview{ + padding-top: 2000px; + } + #contact{ + padding-top: 2500px; + padding-bottom: 500px; + } + .hero .container{ + flex-wrap: nowrap; + } + #home{ + padding-top: 600px; + padding-bottom: 300px; + } + .header .container{ + padding: 0; + height: 60px; + } +} \ No newline at end of file