diff --git a/frontend/public/content/about-us.html b/frontend/public/content/about-us.html index 18c18e4..f61f8e6 100644 --- a/frontend/public/content/about-us.html +++ b/frontend/public/content/about-us.html @@ -48,6 +48,7 @@ display: flex; flex-direction: column; gap: 1rem; + order: 2; } .portrait { @@ -132,6 +133,16 @@ grid-template-columns: 1fr; } } + + @media (min-width: 901px) { + .profile-card { + order: 1; + } + + .about-text { + order: 2; + } + }
@@ -147,7 +158,7 @@
-
+

About Us