From d815743769a4f4445e60129e2c2f18eec1558a36 Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Tue, 11 Feb 2020 23:56:01 -0500 Subject: [PATCH] Rectified layout bugs and tweaked mobile layout for gallery title heading --- assets/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index b0cef77..ddfc85b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -619,6 +619,16 @@ main.gallery-layout article h1 { margin: -7.5rem 0 2.75rem calc(-1 * var(--deus-post-padding)); font-size: 3em; } +main.gallery-layout article h1::after { + content: none; +} +@media only screen and (max-width: 960px) { + main.gallery-layout article h1 { + margin: -7.25rem 0 3rem calc(-1 * var(--deus-post-padding)); + margin-left: 0; + margin-right: 0; + } +} .gallery img { display: block;