Fix UI regressions

This commit is contained in:
2025-09-26 16:22:46 +02:00
parent 327e8a2af4
commit 06e918fe6c
2 changed files with 28 additions and 0 deletions

View File

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

View File

@@ -47,6 +47,28 @@ img {
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
*/