From fb8d022250f5cb3d9619e46ddadec4b4e2447e22 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 20 Jun 2025 19:19:09 +0200 Subject: [PATCH] Comment --- src/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 76ecaa2..2afd8fb 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -19,12 +19,12 @@ font-weight: 400; } -* { +/* * { // TODO restore and check margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto'; -} +} */ .image-container { position: relative;