list-style-type is a property of <li>, not <ul>

This commit is contained in:
Eric Scheid
2020-01-21 10:07:35 -05:00
committed by Trevor Buckner
parent e8dcb042f8
commit 09ae750eec
+2
View File
@@ -464,6 +464,8 @@ body {
}
ul{
padding-left : 0;
}
ul li{
list-style-type : none;
}
&>ul>li{