From 0aec47b9a6c0900fa927da6e1dcc05b3b1f8051d Mon Sep 17 00:00:00 2001 From: Ananya Date: Sun, 15 Oct 2023 13:09:32 +0530 Subject: [PATCH 1/2] fixed width that's lesser than the content width #472 --- css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index f46e43f435..5c310e6a98 100644 --- a/css/main.css +++ b/css/main.css @@ -65,9 +65,10 @@ body { display: flex; margin: 0 auto; justify-content: center; + flex-wrap: wrap; } -@media (max-width: 700px) { +@media (max-width: 993px) { #wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; From d982b82ebd46f1f70fff84ce6b87b38ae2d83818 Mon Sep 17 00:00:00 2001 From: Amulya singh Date: Tue, 24 Oct 2023 00:13:56 +0530 Subject: [PATCH 2/2] Fixed the issue of font --- css/main.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 5c310e6a98..3919a00a25 100644 --- a/css/main.css +++ b/css/main.css @@ -47,6 +47,8 @@ body { padding-right: 0; } + + #menuLinkBar { background-color: #a09a93; text-align: right; @@ -94,6 +96,24 @@ body { } } +@media (max-width: 750px) { + + h2 { + font-size: 2.5em !important; + letter-spacing: 0.1em; + line-height: 3; + } + p { + font-size: 2.2em !important; + /* letter-spacing: 0.1em; */ + line-height: 2; + } + .site { + font-size: 1em; + line-height: 2; + } +} + ol, ul { list-style: none; } @@ -517,7 +537,7 @@ table.benchmarks tr td { p { margin: 0 0 11px; font-size: 14px; - line-height: 22px; + /* line-height: 22px; */ } p small {