fix_deprecated_sass #6

Merged
florent.lesaout merged 6 commits from fix_deprecated_sass into master 2025-10-10 14:53:17 +02:00
2 changed files with 28 additions and 0 deletions
Showing only changes of commit 06e918fe6c - Show all commits

View File

@@ -38,6 +38,12 @@
.social-links { .social-links {
display: flex; display: flex;
li {
&::marker {
display: none;
}
}
li + li { li + li {
margin-left: 1rem; margin-left: 1rem;
} }

View File

@@ -47,6 +47,28 @@ img {
outline-offset: .25rem; outline-offset: .25rem;
} }
body,
dd,
dl,
dt,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
margin: 0;
padding: 0;
}
ol[class],
ul[class] {
list-style: none;
}
/** /**
* PROJECT IMPORTS * PROJECT IMPORTS
*/ */