From 5b64862ad549fb5b2bf5ba00ee9806e7bf4c304e Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 10 Jun 2018 19:30:41 +0200 Subject: [PATCH] moved pageactions back below headline --- templates/widgets/pageactionprime.lucius | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/widgets/pageactionprime.lucius b/templates/widgets/pageactionprime.lucius index bd8c5373e..4fbbf4c37 100644 --- a/templates/widgets/pageactionprime.lucius +++ b/templates/widgets/pageactionprime.lucius @@ -1,7 +1,4 @@ .page-nav-prime { - position: absolute; - right: 40px; - top: 40px; margin-top: 13px; } @@ -18,10 +15,3 @@ border-right: 1px solid var(--color-primary); } } - -@media (max-width: 1200px) { - - .page-nav-prime { - position: static; - } -}