mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
increase subtitle font size and weight for a better contrast ratio
This commit is contained in:
parent
e6827fed12
commit
d8e60de0c7
@ -119,7 +119,8 @@ img {
|
|||||||
|
|
||||||
&__subtitle {
|
&__subtitle {
|
||||||
margin-top: $padding-16;
|
margin-top: $padding-16;
|
||||||
font-size: $font-size-16;
|
font-size: $font-size-16 * 1.2;
|
||||||
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__img {
|
&__img {
|
||||||
|
1
static/custom.css
Normal file
1
static/custom.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* You can add custom styles here. */
|
Loading…
Reference in New Issue
Block a user