Merge pull request 'fix(css): remove leading zero to match stylelint' (#112) from fix/css-leading-0 into master

Reviewed-on: #112
This commit is contained in:
Florent Le Saout 2024-12-10 16:36:08 +01:00
commit 1d37e9c8e0

View File

@ -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 {