From 1fe78d18a1e74c9ad7d1d2e530d47319a25d0524 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 15 Sep 2023 08:45:08 +0100 Subject: [PATCH] title > subtitle --- app/static/css/site.scss | 6 +++--- app/static/css/style.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/static/css/site.scss b/app/static/css/site.scss index b92da2d..d752211 100644 --- a/app/static/css/site.scss +++ b/app/static/css/site.scss @@ -58,12 +58,12 @@ header { h1 { color: var(--title); text-decoration: underline; - font-size: 16px; + font-size: 18px; + font-weight: bold; } h2 { //border-bottom: 1px solid pink; - font-size: 18px; - font-weight: bold; + font-size: 16px; } } h1 { diff --git a/app/static/css/style.css b/app/static/css/style.css index 2b6ef26..ea0cac1 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -42,17 +42,17 @@ video, .poster { } .item-title { color: var(--title); - text-decoration: underline; padding-bottom: 0; - font-size: 16px; + text-decoration: underline; + font-size: 18px; + font-weight: bold; text-wrap: balance; } .title { padding-bottom: 0; margin-bottom: 4px; - font-size: 18px; - font-weight: bold; border-bottom: 1px solid pink; + font-size: 16px; text-wrap: balance; } .byline {