From f02ccfe37796204af8b41ab1b2853b501240323f Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 13 Jun 2024 02:52:17 +0200 Subject: [PATCH] ul styling --- website_astro/src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website_astro/src/styles/global.css b/website_astro/src/styles/global.css index 356bc45..e6f62f5 100644 --- a/website_astro/src/styles/global.css +++ b/website_astro/src/styles/global.css @@ -134,7 +134,8 @@ h1 { text-decoration: none; } -p { +p, +ul { max-width: 600px; margin: 0 auto 0.6em; }