Fix badge being overlapped by other elements

This commit is contained in:
Björn Fromme
2018-08-16 14:30:32 +02:00
parent 6a1cc25116
commit 30872c6134
2 changed files with 1 additions and 1 deletions
@@ -4,6 +4,7 @@
@include mq($from: tablet) {
display: block;
position: relative;
z-index: 10;
float: right;
width: 256px;
margin: 0 0 24px 96px;
@@ -101,7 +101,6 @@ ul {
list-style: none;
padding: 0;
line-height: 175%;
display: inline-block;
li {
position: relative;