From 4bb9dec4a90438087fc2145f7a2039f13415e9ea Mon Sep 17 00:00:00 2001 From: Colby Banbury Date: Sat, 22 Jun 2024 20:24:04 -0400 Subject: [PATCH] fix mobile look --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 87703c4..c81edfb 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,18 @@ justify-content: flex-end; min-width: 300px; } + @media (max-width: 768px) { + .contact { + flex-direction: column; + align-items: center; + } + .logo-container { + width: 100%; + justify-content: center; + text-align: center; + margin-bottom: 20px; + } + } header { background-color: var(--header-bg); box-shadow: 0 2px 10px rgba(0,0,0,0.1);