mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 21:34:22 +01:00
11
css/21.css
11
css/21.css
@@ -71,17 +71,6 @@ p>code {
|
|||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content ol {
|
|
||||||
counter-reset: num -1;
|
|
||||||
}
|
|
||||||
.content ol li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.content ol li:before {
|
|
||||||
counter-increment: num;
|
|
||||||
content: counter(num) ". ";
|
|
||||||
}
|
|
||||||
|
|
||||||
.content li {
|
.content li {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user