From b3ccd5db89c035be446c671f58aae818d00f603a Mon Sep 17 00:00:00 2001 From: Harshit Shukla <75080333+HarshitShukla01@users.noreply.github.com> Date: Fri, 3 Sep 2021 20:40:49 +0530 Subject: [PATCH] other links mobile view is aligned center --- stylesheets/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/main.css b/stylesheets/main.css index 6506cd9e..ed41259a 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -97,4 +97,11 @@ h5{margin-top:30px;} #facebook-iframe { width: 350px !important; } +} +@media (max-width:767px) { + .links { + display: flex; + flex-direction: column; + align-items: center; + } } \ No newline at end of file