Removed most resets as it was breaking things

This commit is contained in:
Jeff MacKinnon 2022-06-27 12:37:47 -03:00
parent c4053a52db
commit e25cf7cd8c

View file

@ -10,18 +10,6 @@
/************************************************/ /************************************************/
/* resets */ /* resets */
ul, ol {
list-style: none;
}
ol {
display: flex;
padding: 0;
margin: 0;
}
.post st-link { .post st-link {
text-decoration: none; text-decoration: none;
} }