Fixed centering for cards images and added link to my malware repo.

This commit is contained in:
Adrian Victor 2024-04-05 09:16:17 -03:00
commit 2605ec8f6c
2 changed files with 6 additions and 11 deletions

View file

@ -121,10 +121,7 @@ main {
.menuEntry {
display: inline-block;
width: 200;
margin-bottom: 10px;
margin-top: 10px;
gap: 10px;
width: 220px;
}
.menuEntryHelper {
@ -132,12 +129,12 @@ main {
height: 200px;
background-color: black;
border: 2px solid white;
display: flex;
justify-content: center;
}
.menuEntryIlustration {
background-color: black;
margin: auto;
display: block;
}
.menuEntryImage {