Update custom.css

This commit is contained in:
Christoffer Martinsson 2019-07-09 08:23:17 +00:00
parent 7645d77b14
commit 5ebd450d78

View File

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