From 5ebd450d78b7c07aae3aafaa75d50bfff6e968e9 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Tue, 9 Jul 2019 08:23:17 +0000 Subject: [PATCH] Update custom.css --- static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 1071f3e..2f6ae46 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -177,6 +177,14 @@ article section.page table td { background: #262626; } +ul, ol { + margin-left: 1.7rem; + margin-top: 1.7rem; + margin-bottom: 1.7rem; } + ul ul, ul ol, ol ul, ol ol { + margin-top: 0; + margin-bottom: 0; } + @media (max-width: 1300px) { article { margin-left: 5px;