diff --git a/about.html b/about.html index 0a7376b..0c72e8b 100644 --- a/about.html +++ b/about.html @@ -142,7 +142,7 @@
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..ce2b046 100644 --- a/abt.css +++ b/abt.css @@ -258,4 +258,36 @@ nav.stroke ul li a:hover:after { width:21.4rem; margin-top: 1rem; } + + .l-container{ + display: flex; + flex-direction: column; + } + + .mainpic1 { + width: 80vw; + margin: 48px auto; + } + + .l-container{ + display: flex; + flex-direction: column; + text-align: center; + margin:0 5%; + min-width: 330px; + } + + .mainpic1 { + width: 95%; + margin: 48px auto; + } + + .wr { + margin: 1rem; + text-align: center; + } + + .wr-head{ + font-size: 1.3rem; + } } \ No newline at end of file