fix css reset

it messed with the current design
This commit is contained in:
iacore
2024-05-11 13:34:03 +00:00
parent 6253685078
commit 2139dd3aff
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -72,7 +72,6 @@ edit style.scss
/* Make images easier to work with */
img,
picture {
max-width: 100%;
display: block;
}
/* Inherit fonts for inputs and buttons */
+1 -1
View File
@@ -83,7 +83,7 @@ edit style.scss
/* Make images easier to work with */
img,
picture {
max-width: 100%;
// max-width: 100%;
display: block;
}