fix fonts for index

This commit is contained in:
Roxie Gibson 2021-08-26 17:17:25 +01:00
parent 5399c8b5c9
commit effadf2d34
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -92,6 +92,11 @@ hr {
padding-bottom: 0 !important;
}
}
&.about,&.index {
strong,i,b,em {
font-family: $serif_font
}
}
&:not(.videos) p {
padding-bottom: 2rem;
}