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; - } -}