Add ol reset style

This commit is contained in:
Deven Caron
2019-06-26 14:13:26 -04:00
parent ee258f5d5f
commit ce8582c0a4

View File

@@ -46,7 +46,8 @@ a {
}
// Resets
ul {
ul,
ol {
margin: 0;
padding: 0;
list-style: none;