From 491fac10a0239a88dd46d5056ac38f310c39c3a0 Mon Sep 17 00:00:00 2001 From: asfand1993 Date: Sat, 26 Sep 2020 03:21:59 +0500 Subject: [PATCH] responsive ui fix with the help of flex props --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index cccf63a..1039d60 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ .App { text-align: center; + display : flex; + justify-content: center; } .App-logo { @@ -64,8 +66,6 @@ li { #notebooks { background: whitesmoke; position: absolute; - left: 50%; - margin-left: -175px; margin-top: 35px; width: 350px; padding: 15px;