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
baseurl: ""
url: https://software.hifis.net
url: https://www.hifis.net
title: "HIFIS Software"
title: "HIFIS"
# Encoding needs to be UTF-8.
encoding: utf-8
......@@ -32,16 +32,16 @@ defaults:
path: ""
type: "events"
values:
author: "HIFIS Software"
author: "HIFIS"
-
scope:
path: ""
type: "posts"
values:
author: "HIFIS Software"
author: "HIFIS"
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
helpdesk: hifis-help.hzdr.de
......@@ -63,7 +63,7 @@ plugins:
- 'jekyll-sitemap'
paginate: 5
paginate_path: '/blog/page:num/'
paginate_path: '/news/page:num/'
markdown: kramdown
kramdown:
......@@ -93,7 +93,7 @@ collections:
feed:
collections:
posts:
path: "/feed/blog.xml"
path: "/feed/news.xml"
events:
path: "/feed/events.xml"
excerpt_only: true
......
......@@ -12,7 +12,7 @@
header:
- title: News
url: blog/
url: news/
- title: Services
url: "/"
......
......@@ -42,7 +42,7 @@ $header-min-height: $header-content-min-height
/* --- Title Image --- */
$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;
......
......@@ -60,7 +60,7 @@ div#title {
the transitions above and below.
*/
padding-top: 3rem;
padding-bottom: 3rem;
padding-bottom: 2rem;
padding-left: $document-side-margin;
padding-right: $document-side-margin;
......
---
title: HIFIS Blog - Overview
title: HIFIS News - Overview
title_image: default
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