From 1d8c79c119d1ab6e807d2bacd9848cca0718468c Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Fri, 13 Apr 2018 15:54:34 -0400 Subject: [PATCH] Tweak theme --- static/css/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 06e3396..05b6ad4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -193,7 +193,6 @@ tr:nth-child(even) td { footer { padding: 2em 0; margin: 2em 0 0 0; - background-color: white; } /* Medium devices (tablets, ~641px and up) */ @@ -201,6 +200,9 @@ footer { body { font-size: 1.125rem; } + .list-header { + margin: 5em 0; + } .card-container{ max-width: 42em; } @@ -211,13 +213,19 @@ footer { flex-direction: row; align-items: stretch; } + .card-active { + transform: scale(0.97); + } .card-img { border-radius: 0.2em 0 0 0.2em; - margin: 0 0.5em 0 0; + margin: 0; max-height: unset; height: 100%; width: 15em; } + .card-body { + padding: 1em 1.5em; + } } /* Large devices (desktops, ~1025px and up) */ @@ -225,9 +233,6 @@ footer { .post-title { font-size: 2.5em; } - .card-active { - transform: scale(0.97); - } .card-container{ }