From a1b4b0ed55351b5b95d136e2871c40fc31672d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Maturana?= Date: Thu, 26 Mar 2026 20:00:30 -0300 Subject: [PATCH] fix: footer mal colocado --- src/App.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 8b13789..3d63902 100644 --- a/src/App.css +++ b/src/App.css @@ -1 +1,5 @@ - +footer { + position: fixed; + bottom: 0; + width: 100%; +}