From c3415ae79e636b425d5405f8db3bb244a26cbb89 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 24 May 2024 10:43:28 +0530 Subject: [PATCH] fix the language selector overflowing on mobile --- public/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index c84bbc6..9dea356 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -214,12 +214,12 @@ button:hover { } .center-area { + width: 70%; + margin: 10px auto; + position: relative; display: flex; - justify-content: space-around; - align-items: center; - max-width: 35%; - margin: auto; - margin-bottom: 1%; + flex-wrap: wrap; + justify-content: center; } .center-area2 {