We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09610ca + 4fc2fcd commit bf42f6cCopy full SHA for bf42f6c
packages/unity-bootstrap-theme/src/scss/extends/_list.scss
@@ -4,17 +4,14 @@
4
--list-max-width: 43.75rem;
5
--list-padding-top: 0;
6
--list-padding-right: 0;
7
- --list-padding-bottom: 3rem;
+ --list-padding-bottom: 0;
8
--list-padding-left: 3rem;
9
--list-list-style: none;
10
--li-before-line-height: 1.5rem;
11
12
li {
13
- margin-bottom: 1rem;
+ margin-bottom: 1.5rem;
14
position:relative;
15
- &:last-of-type {
16
- margin-bottom: 0rem;
17
- }
18
}
19
20
/* Apply CSS vars */
0 commit comments