Skip to content
Snippets Groups Projects
Commit 2d5cfe18 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6018: Fix coding standard

parent de211406
No related branches found
No related tags found
1 merge request!98ISTWCMS-6018: Remove the global padding on ordered, unordered list to allow default browser spacing
...@@ -143,11 +143,11 @@ mark { ...@@ -143,11 +143,11 @@ mark {
} }
/* Style the ordered lists when class present. */ /* Style the ordered lists when class present. */
.digits-4 { .digits-4 {
padding-inline-start: 3rem; padding-inline-start: 3rem;
} }
.digits-5 { .digits-5 {
padding-inline-start: 4rem; padding-inline-start: 4rem;
} }
.digits-6 { .digits-6 {
padding-inline-start: 5rem; padding-inline-start: 5rem;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment