All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 21s
13 lines
167 B
CSS
13 lines
167 B
CSS
#duolistparent {
|
|
font-size: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#duolistparent > * {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
}
|
|
.hidden-heading {
|
|
display: none;
|
|
} |