This commit is contained in:
Nicola Benaglia 2025-06-20 19:19:09 +02:00
parent aff7186674
commit fb8d022250

View File

@ -19,12 +19,12 @@
font-weight: 400; font-weight: 400;
} }
* { /* * { // TODO restore and check
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: 'Roboto'; font-family: 'Roboto';
} } */
.image-container { .image-container {
position: relative; position: relative;