From f7f7071f39dd265d3567c95533d71b935d773c5a Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Mon, 30 May 2022 09:40:21 +0200 Subject: [PATCH] ol, ul { box-sizing: content-box; } --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index dc3f99b..01d1a77 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,7 @@ a img { transition: opacity 0.2s ease; } address,cite,em { font-style: italic; } strong { font-weight: 600; } +ol, ul { box-sizing: content-box; } .left,.alignleft { float: left; } .right,.alignright { float: right; } .aligncenter { margin-left: auto; margin-right: auto; }