Fix UI regressions
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
.social-links {
|
||||
display: flex;
|
||||
|
||||
li {
|
||||
&::marker {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
li + li {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user