moved pageactions back below headline

This commit is contained in:
Felix Hamann 2018-06-10 19:30:41 +02:00
parent 08be5ef699
commit 5b64862ad5

View File

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