increase subtitle font size and weight for a better contrast ratio

This commit is contained in:
Robert Kaussow 2020-07-07 11:19:47 +02:00
parent e6827fed12
commit d8e60de0c7
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,8 @@ img {
&__subtitle {
margin-top: $padding-16;
font-size: $font-size-16;
font-size: $font-size-16 * 1.2;
font-weight: bolder;
}
&__img {

1
static/custom.css Normal file
View File

@ -0,0 +1 @@
/* You can add custom styles here. */