From 240f68a4d612277987c798d62e326a6e9810e733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 25 Jan 2022 00:37:44 +0100 Subject: [PATCH] AccountHeader: remove .page__top__no-header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/ui.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/styles/ui.scss b/app/styles/ui.scss index ac6616a6c..de2ce5e3b 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -366,10 +366,6 @@ article:last-child > .domain { @media (min-width: 896px) { top: -290px; position: sticky; - - &__no-header { - top: -75px; - } } }