From c5e45d512d093803400c4c4a251e100a1f6f71f5 Mon Sep 17 00:00:00 2001 From: GiovaniFZ Date: Sat, 14 Dec 2024 18:54:03 -0300 Subject: [PATCH] style: Improve responsive --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 1a6c996..1f448df 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,14 @@ body { padding: 2rem 13rem; } +header{ + gap: 1.25rem; +} + +header a { + text-align: center; +} + @media (max-width: 1200px) { body { padding: 2rem 3rem;