From 4b1a6ad488fa0ee38c2e1ce4c4232c11e488571d Mon Sep 17 00:00:00 2001 From: achique-luisdan Date: Sun, 2 Oct 2022 18:02:39 -0400 Subject: [PATCH] =?UTF-8?q?Ajusta=20primera=20section=20en=20m=C3=B3vil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 82e90a1..f403b72 100644 --- a/css/style.css +++ b/css/style.css @@ -327,4 +327,10 @@ section.container { footer div:nth-child(1) > ul { width: 100; } + section.row div.column { + width: 100%; + text-align: center; + padding: 4%; + } + } \ No newline at end of file