From c035b7d1ea3c7091a7bf4ed20292e0c70508e6bb Mon Sep 17 00:00:00 2001 From: Akshay S Dinesh Date: Fri, 20 May 2022 10:44:08 +0530 Subject: fix styling --- stylesheets/i.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/i.css b/stylesheets/i.css index 6abe1bf..a549e8c 100644 --- a/stylesheets/i.css +++ b/stylesheets/i.css @@ -52,25 +52,25 @@ li { .img-center { display: flex; - /* FIXME Why margin: auto; is not equal on all sides? - margin-right: 8%; - margin-left: 8%; */ - width: 3%; + justify-content: space-evenly; + flex-wrap: wrap; } -.img-center > span { +.img-center > div { font-size: 0.7em; padding: 1.4em; - margin: 40%; + text-align: center; } -.img-center > span:hover { +.img-center > div:hover { border-radius: 4px; background: rgb(230, 230, 230); } -.img-center > span > a { +.img-center > div > a { text-decoration: solid; + display: flex; + flex-direction: column; } .qrcode { -- cgit 1.4.1