editorconfig and spaces -> tabs

This commit is contained in:
2026-01-07 14:59:26 -08:00
parent 058fc17f89
commit 4e5f7f52d1
9 changed files with 439 additions and 430 deletions

View File

@ -1,57 +1,57 @@
.card {
color: var(--color-accent);
color: var(--color-accent);
}
p .card {
text-transform: uppercase;
font-weight: 700;
text-transform: uppercase;
font-weight: 700;
}
.stop {
color: var(--color-accent);
position: relative;
list-style: none;
padding-left: 1.5rem;
color: var(--color-accent);
position: relative;
list-style: none;
padding-left: 1.5rem;
}
.stop:not(:last-child) {
padding-bottom: 2rem;
padding-bottom: 2rem;
}
.stop:before {
background-color: var(--color-accent);
width: .1rem;
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: var(--color-accent);
width: .1rem;
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
svg {
margin-left: -2.2rem;
width: 2rem;
fill: var(--color-accent);
float: left;
padding: .4rem .5rem 0 0;
margin-left: -2.2rem;
width: 2rem;
fill: var(--color-accent);
float: left;
padding: .4rem .5rem 0 0;
}
@media (max-width: 650px) {
svg {
padding-top: .2rem;
}
svg {
padding-top: .2rem;
}
}
.stop h2 {
margin: 0;
margin: 0;
}
.stop img {
width: 100%;
width: 100%;
}
.stop p {
margin: 0;
color: var(--color-text);
padding-top: .5rem;
margin: 0;
color: var(--color-text);
padding-top: .5rem;
}