From b4110faf8808bb6f64d09f587053273cb6257689 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 28 May 2023 11:10:52 +0200 Subject: [PATCH] style: update post title size --- _posts/2015-09-17-foss4g-2015.md | 2 +- assets/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2015-09-17-foss4g-2015.md b/_posts/2015-09-17-foss4g-2015.md index f5106c7..137b7de 100644 --- a/_posts/2015-09-17-foss4g-2015.md +++ b/_posts/2015-09-17-foss4g-2015.md @@ -1,6 +1,6 @@ --- published: true -title: WebSAFE - FOSS4G 2015 +title: "WebSAFE: Developing an Online Exposure and Risk Assessment Tool - FOSS4G 2015" permalink: /:title/ description: "Presented WebSAFE as an online exposure and risk assessment tool during the Web and Framework track as a full talk" category: talks diff --git a/assets/main.scss b/assets/main.scss index dff4a8c..38c21d3 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -478,7 +478,7 @@ table.image caption { .blog-post { &__header { &__title { - font-size: 42px; + font-size: 36px; } } }