Skip to content
Snippets Groups Projects
Verified Commit db5fa834 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Reduce the size of the header part a bit more

This is achieved by reducing the size of the h1 heading from 4 to 3rem
and reducing the bottom padding from 3 to 2rem.
parent 74fec20e
No related branches found
No related tags found
1 merge request!11Port news entries from hifis.net
# Global website configuration # Global website configuration
baseurl: "" baseurl: ""
url: https://software.hifis.net url: https://www.hifis.net
title: "HIFIS Software" title: "HIFIS"
# Encoding needs to be UTF-8. # Encoding needs to be UTF-8.
encoding: utf-8 encoding: utf-8
...@@ -32,16 +32,16 @@ defaults: ...@@ -32,16 +32,16 @@ defaults:
path: "" path: ""
type: "events" type: "events"
values: values:
author: "HIFIS Software" author: "HIFIS"
- -
scope: scope:
path: "" path: ""
type: "posts" type: "posts"
values: values:
author: "HIFIS Software" author: "HIFIS"
gitlab: gitlab:
project_url: https://gitlab.hzdr.de/hifis/software.hifis.net project_url: https://gitlab.hzdr.de/hifis/hifis.net
contact_mail: hifis-help@hzdr.de contact_mail: hifis-help@hzdr.de
helpdesk: hifis-help.hzdr.de helpdesk: hifis-help.hzdr.de
...@@ -63,7 +63,7 @@ plugins: ...@@ -63,7 +63,7 @@ plugins:
- 'jekyll-sitemap' - 'jekyll-sitemap'
paginate: 5 paginate: 5
paginate_path: '/blog/page:num/' paginate_path: '/news/page:num/'
markdown: kramdown markdown: kramdown
kramdown: kramdown:
...@@ -93,7 +93,7 @@ collections: ...@@ -93,7 +93,7 @@ collections:
feed: feed:
collections: collections:
posts: posts:
path: "/feed/blog.xml" path: "/feed/news.xml"
events: events:
path: "/feed/events.xml" path: "/feed/events.xml"
excerpt_only: true excerpt_only: true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
header: header:
- title: News - title: News
url: blog/ url: news/
- title: Services - title: Services
url: "/" url: "/"
......
...@@ -42,7 +42,7 @@ $header-min-height: $header-content-min-height ...@@ -42,7 +42,7 @@ $header-min-height: $header-content-min-height
/* --- Title Image --- */ /* --- Title Image --- */
$title-image-text-padding: 10rem; $title-image-text-padding: 10rem;
$title-image-text-size: 4rem; $title-image-text-size: 3rem;
$title-image-height: 2 * $title-image-text-padding + $title-image-text-size; $title-image-height: 2 * $title-image-text-padding + $title-image-text-size;
......
...@@ -60,7 +60,7 @@ div#title { ...@@ -60,7 +60,7 @@ div#title {
the transitions above and below. the transitions above and below.
*/ */
padding-top: 3rem; padding-top: 3rem;
padding-bottom: 3rem; padding-bottom: 2rem;
padding-left: $document-side-margin; padding-left: $document-side-margin;
padding-right: $document-side-margin; padding-right: $document-side-margin;
......
--- ---
title: HIFIS Blog - Overview title: HIFIS News - Overview
title_image: default title_image: default
layout: pagination layout: pagination
--- ---
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment