Fix some issues with stylelint

This commit is contained in:
Christian Wolf 2022-04-09 11:23:12 +02:00
parent 6bf5dee08f
commit ace8ca68a3

View File

@ -90,7 +90,6 @@
@include abstract.for-desktop {
padding: 10px 5px 10px 4px;
border-left: 6px solid transparent;
}
}
@ -156,7 +155,7 @@
#topmenu-div {
@include abstract.for-desktop {
position: sticky;
top: 0px;
top: 0;
width: 100vw;
height: 40px;
z-index: 1;
@ -166,7 +165,6 @@
a.facebook {
img {
display: none;
height: 25px;
@include abstract.for-desktop {