fix bug with bullet points not appearing properly

This commit is contained in:
Amruth Pillai
2020-04-05 11:29:47 +05:30
parent a926daf577
commit 022626032d
2 changed files with 7 additions and 8 deletions

View File

@ -26,10 +26,9 @@ body {
font-family: 'Montserrat', sans-serif;
}
ul li {
list-style: disc;
margin-left: 1em;
padding: 0;
ul:not(.list-none) li:before {
content: '●';
padding-right: 6px;
}
input[type='range']::-moz-range-thumb {