From a722ba614134c585ddc1b392050d59ec3ffdef32 Mon Sep 17 00:00:00 2001 From: rimjhp-06 Date: Tue, 8 Aug 2023 21:52:30 +0530 Subject: [PATCH 1/3] Made webpage responsive. --- style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/style.css b/style.css index 0d1f15a..ef974d0 100644 --- a/style.css +++ b/style.css @@ -191,6 +191,7 @@ footer{ font-size: 40px; } .m-head{ + margin-top: 100px; font-size: 28px; } } @@ -212,6 +213,7 @@ footer{ font-size: 45px; } .m-head{ + margin-top: 100px; font-size: 30px; } .para{ @@ -238,6 +240,7 @@ footer{ font-size: 45px; } .m-head{ + margin-top: 100px; font-size: 30px; } .para{ @@ -258,3 +261,22 @@ footer{ } +@media screen and (max-width: 800px) { + footer{ + margin-top: 3em; + padding-top: 1em; + } + .m-head { + padding-top: 1em; + } + .btn{ + position: relative; + margin-top: 2.5em; + } + .dev-info{ + position: relative; + margin-top: 4.5em; + } + } + + From f2b764102006dda61dad47549c97a5d305795627 Mon Sep 17 00:00:00 2001 From: rimjhp-06 Date: Tue, 8 Aug 2023 22:07:42 +0530 Subject: [PATCH 2/3] Make webpage responsive --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ef974d0..c534c4f 100644 --- a/style.css +++ b/style.css @@ -279,4 +279,5 @@ footer{ } } + From cb8f153d2cbbcdbda19c81ff8b812d669951251a Mon Sep 17 00:00:00 2001 From: rimjhp-06 Date: Fri, 11 Aug 2023 13:48:47 +0530 Subject: [PATCH 3/3] Webpage responsive --- style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c534c4f..8d2749a 100644 --- a/style.css +++ b/style.css @@ -280,4 +280,21 @@ footer{ } - + @media screen and (max-width: 800px) { + footer{ + margin-top: 3em; + padding-top: 1em; + } + .m-head { + padding-top: 1em; + } + .btn{ + position: relative; + margin-top: 2.5em; + } + .dev-info{ + position: relative; + margin-top: 4.5em; + } +} +