feat: Add lint to normalize file syntaxe

This commit is contained in:
2023-05-17 16:44:21 +02:00
parent 05e9a05c5e
commit dc3dbb9f64
9 changed files with 3430 additions and 67 deletions

View File

@ -48,6 +48,7 @@ body {
color: #fff;
border-bottom-color: #fff;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
@ -56,7 +57,7 @@ body {
user-select: none;
}
@media (min-width: 768px) {
@media (width <= 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
@ -78,7 +79,7 @@ body {
.bi {
vertical-align: -.125em;
fill: currentColor;
fill: currentcolor;
}
.nav-scroller {