Prevent entry headers from going beneath options button

This commit is contained in:
Robbie Antenesse 2020-07-31 12:15:39 -06:00
parent fb42b0ef2b
commit abacf7a56a
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ html, body {
header {
display: block;
padding: 5px $general-padding;
padding: 5px ($general-padding / 2);
margin: 0 0 5px;
&#top {

View File

@ -196,6 +196,7 @@
header {
position: relative;
padding-right: 70px;
.word-option-button {
position: absolute;