From 24e226c263e71741d3a34715f15eaae349c4f13d Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 28 Oct 2024 21:34:00 +0700 Subject: [PATCH] Add listinfo css class --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 24f1139..05e698e 100644 --- a/style.css +++ b/style.css @@ -158,6 +158,14 @@ h1 {margin-top: 3vh;} min-height: 1.5cm; } +.listinfo { + display: grid; + grid-template-columns: 1fr 1fr; + text-decoration: none; + align-items: center; + min-height: 1.5cm; +} + .separator {height: 1px;} .emojidecorations {