Removed unsafe inline CSS styles on main index

Update index.php and image.scss
This commit is contained in:
2023-12-09 01:46:34 +01:00
parent df853485fd
commit d592899073
2 changed files with 6 additions and 6 deletions

View File

@@ -10,6 +10,11 @@
height: 1em;
}
.img-showcase {
width: 96px;
height: 96px;
}
.img-profile {
width: 7.5rem;
height: 7.5rem;