From 17a03561bd8ca0bb13b369ec1082650434ae6b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Fri, 23 Aug 2024 08:52:02 +0200 Subject: [PATCH] [mod] style:anordnung --- source/stylesheets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/main.css b/source/stylesheets/main.css index 261a35a..4873b02 100644 --- a/source/stylesheets/main.css +++ b/source/stylesheets/main.css @@ -62,9 +62,9 @@ a:hover { #list li { margin: 32px 0; - flex-basis: 33%; + flex-basis: 240px; flex-shrink: 0; - flex-grow: 1; + flex-grow: 0; list-style-type: none; text-align: center; }