From dfc273c7056dd81961c1352629a121b87b9ee2b4 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 26 Aug 2018 02:59:36 +0530 Subject: [PATCH] Made responsive --- index.css | 11 +++++++++++ index.html | 1 + 2 files changed, 12 insertions(+) diff --git a/index.css b/index.css index 40ec91b..6dcc3f5 100644 --- a/index.css +++ b/index.css @@ -46,3 +46,14 @@ h1 { font-family: 'Elsie', cursive; font-size: 2.5em; } + +@media (max-width: 720px) { + .container img { + width: 30%; + margin: 0.5em; + } + .links { + font-size: 2em; + } + +} diff --git a/index.html b/index.html index 07094b9..1dedf3d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + Ceda EI