create audio content page

This commit is contained in:
2022-09-29 08:17:25 +05:00
parent 8e1546d518
commit 86ad93c842
4 changed files with 188 additions and 2 deletions

View File

@ -340,4 +340,29 @@ footer {
font-style: italic;
}
}
}
/* AUDIO PAGE STYLES
============================= */
#audio-listing {
h1 {
margin-bottom: 1em;
font-family: 'IBM Plex Serif', sans-serif;
font-weight: 200;
font-size: 2.25rem;
font-style: italic;
}
.audio-list {
li {
margin-bottom: 2rem;
p {
padding-bottom: 0;
font-weight: bold;
}
small { font-weight: normal;}
}
}
}