Prevent notice been overlapped by header

This commit is contained in:
decabeza
2019-05-21 11:09:49 +02:00
parent f37a2bd0a8
commit 148ea1ede9

View File

@@ -1082,10 +1082,13 @@ form {
.notice-container {
min-width: $line-height * 12;
position: absolute;
right: 24px;
top: 24px;
@include breakpoint(medium) {
position: absolute;
}
.notice {
height: $line-height * 4;