From f91235922455537c44fba57f6e0090c40e227fd7 Mon Sep 17 00:00:00 2001 From: Steve Hawkes Date: Sat, 2 Dec 2023 21:06:28 +0000 Subject: [PATCH] Add responsive --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 9b2c962..43e876b 100644 --- a/style.css +++ b/style.css @@ -122,4 +122,20 @@ button { background: #0e303f; color: white; border: none; +} + +@media all and (max-width: 680px) { + footer { + display: block; + padding: 2rem 1rem; + } + + footer form { + margin: 3rem 0; + } + + footer ul { + padding-left: 0; + margin-left: 0; + } } \ No newline at end of file