From 9495cb612590c43c39a3b3c3582ce288009b6c76 Mon Sep 17 00:00:00 2001 From: Urja Acharya Date: Sun, 28 Feb 2021 21:22:15 -0800 Subject: modified header for all pages except home page --- static/css/main.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index dcd702b..c042cbf 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -45,13 +45,15 @@ a:hover { header { background-color: var(--primary); margin-top: 5px; - min-height: 275px; display: flex; flex-direction: row; justify-content: start; flex-wrap: wrap; } -header img { +header .home-page-header { + min-height: 275px; +} +header .home-page-header img { height: 100%; } .header-info { @@ -168,7 +170,7 @@ h6 { } .site-title.home-false { display: block; - font-size: 1.5em; + font-size: 2em; font-weight: 600; margin-bottom: 0.5em; text-decoration: underline; @@ -251,6 +253,9 @@ svg { .archive-table { width: 100%; } +.archive-table { + margin-top: 1em; +} .home-page-card { background-color: var(--bgLight) !important; padding: 15px; @@ -310,6 +315,10 @@ svg { padding: 0 0.5em; border-radius: 5px; } +.taxonomy-data, +.list-page { + margin-top: 1em; +} .list-page-data { display: flex; margin-bottom: 0.5em; -- cgit v1.2.3