From 4bb3f3719fd61828e149e632be0714e6863f31a1 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 9 Jul 2023 23:51:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(levers)=20align=20items=20nonet?= =?UTF-8?q?heless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index b945dcd..9696c76 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,7 @@ li { flex-direction: row; flex-wrap: wrap; justify-content: space-between; + align-items: center; padding-left: 0; row-gap: 0.5rem; gap: 0.5rem; @@ -125,6 +126,7 @@ li { flex: 1; flex-direction: column; justify-content: space-evenly; + align-items: center; gap: 0.5rem; }