From 87ac190084ac1150a7315c0496276e1568139e80 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:55:23 +0100 Subject: [PATCH] Enhanced responsiveness of footer --- index.html | 2 +- style.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a8aad4d..725df3c 100644 --- a/index.html +++ b/index.html @@ -172,7 +172,7 @@
- + diff --git a/style.css b/style.css index d842545..76750c0 100644 --- a/style.css +++ b/style.css @@ -273,6 +273,7 @@ footer{ display: flex; flex-direction: row; flex-wrap: wrap; + gap: 30px; } @@ -286,6 +287,7 @@ footer{ #footer_social_networks{ width: 15%; + min-width: 200px; border: 2px rgb(16, 207, 102) dotted; display: flex; flex-direction: row; @@ -309,7 +311,7 @@ footer{ display: flex; flex-direction: row; width: 25%; - min-width: 50px; + min-width: 250px; flex-wrap: wrap; border: 2px rgb(212, 15, 230) dotted; align-content: flex-start; @@ -343,6 +345,7 @@ footer{ #footer_contact_div{ border: rgb(82, 15, 170) 2px solid; width: 15%; + min-width: 160px; } #footer_contact_div h1{ width: fit-content !important;