9 lines
140 B
CSS
9 lines
140 B
CSS
.parsedownCard h1{
|
|
font-size: 2.0rem;
|
|
}
|
|
.parsedownCard h2{
|
|
font-size: 1.75rem;
|
|
}
|
|
.parsedownCard ul li {
|
|
list-style-type: disc;
|
|
} |