From 3bd83d1dacdcf96f321ede1b3de0a58b34ccac92 Mon Sep 17 00:00:00 2001 From: sakshin021 Date: Mon, 23 Oct 2023 23:31:47 +0530 Subject: [PATCH 1/2] Improve the responsiveness of the about page. --- about.html | 2 +- abt.css | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 0a7376b..0c72e8b 100644 --- a/about.html +++ b/about.html @@ -142,7 +142,7 @@

Is it free to use?


-

HACKTOBERFEST!!

+

HACKTOBERFEST!!

Hacktoberfest is DigitalOcean’s annual event that encourages people to contribute to open source throughout October. Much of modern tech infrastructure-including some of DigitalOcean’s own products-relies on open-source projects built and maintained by passionate people who often don’t have diff --git a/abt.css b/abt.css index 9eb9e3d..d2a7f3c 100644 --- a/abt.css +++ b/abt.css @@ -258,4 +258,28 @@ nav.stroke ul li a:hover:after { width:21.4rem; margin-top: 1rem; } + + + .l-container{ + display: flex; + flex-direction: column; + text-align: center; + margin:0 5%; + min-width: 330px; + padding: 7% 4%; + } + + .mainpic1 { + width: 95%; + margin: 48px auto; + } + + .wr { + margin: 1rem; + text-align: center; + } + + .wr-head{ + font-size: 1.3rem; + } } \ No newline at end of file From a60bcfadf6866e544409736ce8d330a75ce240b8 Mon Sep 17 00:00:00 2001 From: sakshin021 Date: Tue, 24 Oct 2023 15:06:19 +0530 Subject: [PATCH 2/2] change --- abt.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abt.css b/abt.css index d2a7f3c..626876b 100644 --- a/abt.css +++ b/abt.css @@ -282,4 +282,6 @@ nav.stroke ul li a:hover:after { .wr-head{ font-size: 1.3rem; } -} \ No newline at end of file +} + +