Changes Audio
This commit is contained in:
parent
710636c214
commit
84b8acf035
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user