From 4bc7a02ca3c7f6c3157858a966e432c9834c0a91 Mon Sep 17 00:00:00 2001 From: Lorenz Kock Date: Mon, 19 Jun 2017 15:01:25 +0200 Subject: [PATCH] Fix line height for title in lecture summary. Add footer content. #32 --- src/assets/stylesheets/_growthlectures.scss | 2 ++ src/main/resources/templates/layout.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheets/_growthlectures.scss b/src/assets/stylesheets/_growthlectures.scss index 4ba96e8..886f3c8 100644 --- a/src/assets/stylesheets/_growthlectures.scss +++ b/src/assets/stylesheets/_growthlectures.scss @@ -25,6 +25,7 @@ body { height: $footer-height; box-shadow: 0px -1px 1px $secondary-background; border-top: 1px $border-color solid; + text-align: center; p { margin: 20px 0; @@ -51,6 +52,7 @@ body { } h3 { margin-top: 0; + line-height: 32px; } } diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html index 198e0c2..b2efd64 100644 --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -10,7 +10,7 @@ - Groth Lectures + Growth Lectures @@ -59,7 +59,7 @@