This commit is contained in:
David Eisinger
2023-10-30 10:54:22 -04:00
parent aef737e10b
commit df98056a86

View File

@@ -99,20 +99,29 @@ sup {
font-size: 0.8em;
}
figure {
margin: 0;
}
code {
background-color: #ddd;
padding: 1px 1ch;
border-radius: 3px;
}
.nowrap {
white-space: nowrap;
}
.references, .footnotes {
font-size: 0.8em;
h3 {
margin-bottom: 0;
}
ul {
margin-top: 0.5em;
}
}
// IMAGES
figure {
margin: 0;
}
img {
width: 100%;
height: auto;
@@ -134,16 +143,13 @@ img {
}
}
.references, .footnotes {
font-size: 0.8em;
h3 {
margin-bottom: 0;
}
// CODE
ul {
margin-top: 0.5em;
}
code {
background-color: #ddd;
padding: 1px 1ch;
border-radius: 3px;
}
.highlight, pre {
@@ -164,6 +170,8 @@ pre {
border-radius: 3px;
}
// AUDIO
.music-track {
align-items: center;
display: flex;