Skip to content

Commit

Permalink
chore: list layout (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Mar 18, 2023
2 parents c1eb184 + 3096d86 commit 98a8b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ article ol {
article ol > li {
position: relative;
padding: 0.4rem 0;
line-height: 24px;
}

article ol > li::before {
Expand Down Expand Up @@ -446,7 +447,7 @@ article ul {

article ul li {
position: relative;
padding: 10px 0;
padding: 8px 0;
padding-left: 25px;
line-height: 1rem;
}
Expand Down
3 changes: 0 additions & 3 deletions source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ body {
margin: auto !important;
}

.catalogue {
}

.medium-zoom-overlay {
z-index: 9999;
}
Expand Down

0 comments on commit 98a8b98

Please sign in to comment.