Changes Audio

This commit is contained in:
Pau 2022-12-23 10:38:07 +01:00
parent 710636c214
commit 84b8acf035
2 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -255,6 +255,9 @@ hr {
p {
font-family: $serif_font;
a {
text-decoration: underline;
}
b {
font-weight: normal;
}
@ -385,11 +388,10 @@ footer {
@media (max-width: 480px) { border-top: 1px solid; }
h1 {
margin-bottom: 1em;
font-family: 'IBM Plex Serif', sans-serif;
font-weight: 200;
font-size: 2.25rem;
font-style: italic;
font-family: $mono_font;
font-size: 21px;
margin-bottom: 1em;
font-weight: 200;
}
.audio-list {