From ad73f534bf1515779c494ae923b6040c8aa692d3 Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Mon, 30 May 2022 09:41:18 +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 d4cce59..220fc51 100644 --- a/style.css +++ b/style.css @@ -112,6 +112,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; }