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; }