From bcef45487943ff9d787b2481d6838e5d7abdfef0 Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Tue, 19 Oct 2021 17:33:11 +0200 Subject: [PATCH] Add card-portrait class --- css/m4lab.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/m4lab.css b/css/m4lab.css index b28e390..74a6a17 100644 --- a/css/m4lab.css +++ b/css/m4lab.css @@ -457,6 +457,11 @@ justify-content:space-evenly;} width: 18rem; } +.card-portrait { + width: 18rem; + height: 25rem; +} + .no_text_decoration { text-decoration: none } -- GitLab