1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-18 01:49:08 +00:00

Update padding ul and ol

This commit is contained in:
Luke 2020-08-05 14:50:00 +02:00 committed by davegson
parent a849e52ccb
commit ba16c21409

View file

@ -56,6 +56,12 @@
ul {
padding-top: 2rem;
padding-bottom: 2rem;
}
ol {
padding-top: 2rem;
padding-bottom: 2rem;
}
ul li {