forked from rDrama/rDrama
1
0
Fork 0

make <ol> padding consistent with <ul> padding

master
Aevann 2023-12-03 19:41:36 +02:00
parent 503156c944
commit d291ddb0cb
1 changed files with 1 additions and 1 deletions

View File

@ -7516,7 +7516,7 @@ p { /* DO NOT REMOVE */
}
}
ul {
ul, ol {
padding-inline-start: 20px;
}