From 1f6859b3ec0628697843ec25ced7d06ddf3ef4f7 Mon Sep 17 00:00:00 2001 From: Kuldeep Singh <119781815+Kuldeepburjbhalaike@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:26:03 +0530 Subject: [PATCH] T376169 - Update home.html it could not be a best solution but until further development same design can be used:) --- templates/home.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index ef663ae..d16095c 100644 --- a/templates/home.html +++ b/templates/home.html @@ -30,6 +30,20 @@ bottom: 0; width: 100%; } + @media only screen and (max-width: 900px) { + .d-flex { + justify-content: space-evenly !important; + align-items: center !important; + font-size: 0.95rem !important; + }} + @media only screen and (max-width: 330px) { + .d-flex { + flex-direction: column; + } + .mx-2 { + display: none; + }} +} @@ -70,7 +84,7 @@
Translatable Wikitext Output
|

More info: Indic-TechCom

| -

View source

+

View Source: GitHub