From c0f65f76be3f33fb464d3f75c9b9e0100ea60436 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Feb 2019 00:07:04 +0100 Subject: Move to Firebase and added additional content --- source/assets/default.css | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) (limited to 'source/assets/default.css') diff --git a/source/assets/default.css b/source/assets/default.css index a7dff38..8f15299 100644 --- a/source/assets/default.css +++ b/source/assets/default.css @@ -44,7 +44,7 @@ h1 { } h2,h3,h4,h5 { - margin-top: 50px; + /*margin-top: 50px;*/ } img { @@ -191,7 +191,7 @@ menu { font-size: 80%; padding: 0; padding-top: 10px; - + margin-bottom: 40px; } menu a.logo { @@ -237,6 +237,21 @@ footer > * { color: #333; } +/*************************************************************** ARTICLE LIST */ + +.article-list article { + margin-bottom: 20px; +} + +.article-list article h2 { + margin: 0; + line-height: 150%; +} + +.article-list a { + text-decoration: none; +} + /***************************************************************** RESPONSIVE */ @media only screen and (max-width:800px) { @@ -251,12 +266,16 @@ footer > * { h1 { font-size: 200%; } -} -.article-list a { - text-decoration: none; + footer { + text-align: center; + } } -.article-list a h2 { - margin-bottom: 5px; +/********************************************************************** PRINT */ + +@media print { + nav, footer { + display: none; + } } -- cgit v1.2.3