forked from autonomic-cooperative/sophie-lewis-hugo
create audio content page
This commit is contained in:
@ -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;}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user