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