mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
24 lines
263 B
CSS
24 lines
263 B
CSS
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
li {
|
|
font-size: 2rem;
|
|
margin-left: 6%;
|
|
}
|
|
|
|
li::before {
|
|
content: '/ ';
|
|
white-space: pre;
|
|
}
|
|
|
|
li:first-child {
|
|
font-size: 1.5rem;
|
|
margin-left: 0;
|
|
margin-bottom: 10%;
|
|
}
|
|
|
|
li:first-child::before {
|
|
content: '';
|
|
}
|