From f095efd9e0e3051b1305e4bcf2b3a8693cc77120 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Thu, 1 Jan 2026 21:45:18 -0300 Subject: [PATCH] refactor: add global styles --- src/styles.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles.scss b/src/styles.scss index 90d4ee0..61c8368 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1 +1,4 @@ -/* You can add global styles to this file, and also import other style files */ +html, body { + margin: 0 0; + height: 100%; +} \ No newline at end of file