From c2f566e5cda18ff2e8c54960e6e27e2c9c766f88 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 29 Oct 2025 17:09:05 -0500 Subject: [PATCH] Fixed Flex and responsiveness of site for mobile --- stylesheets/home.css | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/stylesheets/home.css b/stylesheets/home.css index 962e234..946a8d6 100644 --- a/stylesheets/home.css +++ b/stylesheets/home.css @@ -7,21 +7,23 @@ Date Created: 9/28/25 */ /* Main Document Stylings */ -*{ - padding: 0; - margin: 0; -} + + body { color: #00ACAC; font-family: Verdana; margin: 0; + padding: 0; width:100%; - height:100%; cursor: url('/media/Art/comet.png'), auto; } +ul{ + padding-left: 0; +} + a{ cursor:crosshair; } @@ -226,7 +228,8 @@ li.member{ padding: 10px; display: flex; flex-direction: column; - flex-grow:1; + flex: 1 1; + } a.member{ @@ -242,9 +245,15 @@ a.member{ align-items: center; } -@media (max-width: 800px){ + + + + +/* Footer Related*/ + +@media (max-width: 600px){ div.post{ - width: 40vw; + width: 60vw; } ul.member{ margin: 0 0 0 0; @@ -252,7 +261,9 @@ a.member{ li.member{ width: auto; } - + div#mainview{ + padding: 20px; + } } @media (min-width: 1000px){ @@ -287,9 +298,4 @@ a.member{ left: 0; right: 0; } -} - - - -/* Footer Related*/ - +} \ No newline at end of file