Fixed centering for cards images and added link to my malware repo.
This commit is contained in:
parent
ad6613d898
commit
2605ec8f6c
2 changed files with 6 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue