Skip to content

Commit

Permalink
Фиксит нумерацию
Browse files Browse the repository at this point in the history
  • Loading branch information
solarrust committed Oct 11, 2023
1 parent 3aa1c6e commit 9786b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ input.done {
}

#puzzle-clues ol {
list-style: none;
margin-block-start: 0;
margin-block-end: 40px;
}
Expand All @@ -224,7 +225,7 @@ input.done {
margin-block-start: 5px;
}

#puzzle-clues ol li::marker {
#puzzle-clues ol li::before {
content: attr(data-order);
}

Expand Down

0 comments on commit 9786b24

Please sign in to comment.