From 2605ec8f6c69e864e11e7e055b939534bc58fab3 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 5 Apr 2024 09:16:17 -0300 Subject: [PATCH] Fixed centering for cards images and added link to my malware repo. --- assets/main.css | 9 +++------ index.html | 8 +++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/assets/main.css b/assets/main.css index d57e29c..3b965b2 100644 --- a/assets/main.css +++ b/assets/main.css @@ -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 { diff --git a/index.html b/index.html index 56be248..7c81c15 100644 --- a/index.html +++ b/index.html @@ -27,17 +27,15 @@ - -
- +