From b513149b21c10ce0c94c58be05d9bd4344717eb6 Mon Sep 17 00:00:00 2001 From: ryliejamesthomas Date: Fri, 14 Jun 2019 15:53:13 +1000 Subject: [PATCH] Re-removed ugly header on about/more --- custom.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/custom.css b/custom.css index c699ae4..f41246c 100644 --- a/custom.css +++ b/custom.css @@ -175,6 +175,11 @@ div.landing div.landing__brand { height:100px; } +/* Hide big ugly header */ +div.public-account-header.public-account-header--no-bar { + display:none; +} + /* Pink borders */ div.directory > div.directory__tag, .hero-widget__footer { @@ -242,10 +247,6 @@ div.landing div.hero-widget__footer { ------------------------------------------------------- */ -div.column-0 { - display:none; -} - /* Profile pages ------------------------------------------------------- */