From 8f3b5393ff34e7e5aa8fe04b59cf3c52e8bc11c6 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 13 Jun 2025 17:18:45 +0200 Subject: [PATCH] Add default style --- src/styles/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styles/index.css b/src/styles/index.css index ce338ba..76ecaa2 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -19,6 +19,13 @@ font-weight: 400; } +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: 'Roboto'; +} + .image-container { position: relative; }