Add margins to lists

This commit is contained in:
Foster Hangdaan 2023-10-23 06:55:14 -04:00
parent 51df006d2c
commit 3a4dd2ce30
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -61,6 +61,8 @@ img {
}
ol, ul {
margin-top: 1rem;
margin-bottom: 1rem;
li {
margin-bottom: 0.4rem;
&:last-of-type {