From 13de730a2efe55cb46ef987451e1836d4899d570 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 26 Aug 2018 11:42:24 +0530 Subject: [PATCH] Chrome fix 2 --- index.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index 31b7d24..25a65ff 100644 --- a/index.css +++ b/index.css @@ -28,13 +28,14 @@ a:hover { } .container .img { - display: block; - width: 20vw; + /* display: flex; */ margin: 1em; + width: 100%; } .img img { border-radius: 50%; + width: 20%; } .links { @@ -51,10 +52,12 @@ h1 { } @media (max-width: 720px) { - .container .img { - width: 35vw; + .container .img img { margin: 0.5em; } + .img img { + width: 45%; + } .links { font-size: 2em; }