From 59264f62584c59162f0a4e955d304debdbf201e8 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 26 Aug 2018 11:19:15 +0530 Subject: [PATCH] Fix chrome bug. --- index.css | 13 ++++++++----- index.html | 4 +++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/index.css b/index.css index 6dcc3f5..31b7d24 100644 --- a/index.css +++ b/index.css @@ -27,13 +27,16 @@ a:hover { font-size: 1.2em; } -.container img { +.container .img { display: block; - width: 20%; - border-radius: 50%; + width: 20vw; margin: 1em; } +.img img { + border-radius: 50%; +} + .links { display: flex; width: 100%; @@ -48,8 +51,8 @@ h1 { } @media (max-width: 720px) { - .container img { - width: 30%; + .container .img { + width: 35vw; margin: 0.5em; } .links { diff --git a/index.html b/index.html index 9dca815..e1069dc 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,9 @@
- +
+ +

Ceda EI

I am an 18-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.