fix(css): remove leading zero to match stylelint
This commit is contained in:
parent
c0cfec9e0b
commit
5edf9b7553
@ -14,7 +14,7 @@
|
||||
|
||||
&__wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 0.4fr 0.6fr;
|
||||
grid-template-columns: .4fr .6fr;
|
||||
grid-template-rows: 1fr;
|
||||
grid-column-gap: 1.5rem;
|
||||
grid-row-gap: 0;
|
||||
@ -77,15 +77,15 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.5714em;
|
||||
margin-bottom: .5714em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0.6666em;
|
||||
margin-bottom: .6666em;
|
||||
}
|
||||
|
||||
ul {
|
||||
@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
li + li {
|
||||
margin-top: 0.5em;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
&:not(.member-contact)::before {
|
||||
|
Loading…
Reference in New Issue
Block a user