From cc4ae48f68f8f14b89cd64de3d652a46e604a163 Mon Sep 17 00:00:00 2001 From: 28-ys Date: Sat, 20 Feb 2021 13:15:10 +0530 Subject: [PATCH] Fix the mobile view issue in Language section --- examples/demo.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/demo.css b/examples/demo.css index a90c89c3..b35ce0df 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -368,19 +368,22 @@ h1, h2, .section h3 { } .repo-name{ display: inline-block; + width: 41%; } .lang-name{ - display: none; + /* display: flex; */ + border-radius: 10px; + margin-left: 20%; position: absolute; background-color: white; - min-width: 160px; + /* min-width: 160px; */ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 5px 5px; z-index: 1s; } -.conatiner-language:hover .lang-name{ +/* .conatiner-language:hover .lang-name{ display: block; -} +} */ /* language section sends */