diff --git a/files/global.css b/files/global.css index e82e61e..24b9997 100644 --- a/files/global.css +++ b/files/global.css @@ -147,8 +147,9 @@ figure { .column img { margin-top: 20px; - vertical-align: middle; width: 100%; + display: block; + overflow: hidden; aspect-ratio: 1 / 1; object-fit: contain; } @@ -217,4 +218,4 @@ figure { .navbar { font-size: smaller; } -} +} \ No newline at end of file