Commit 45c9bbf8 authored by Andreas Heimann's avatar Andreas Heimann

fixed a design break when there are no staffpromos

parent b67f82f5
...@@ -73,9 +73,7 @@ section.section-startup { ...@@ -73,9 +73,7 @@ section.section-startup {
padding: 50px; padding: 50px;
} }
section.section-startup.active { section.section-startup.active {
display: grid; display: block;
grid-template-rows: auto;
grid-gap: 25px;
} }
section.section-library { section.section-library {
padding: 50px; padding: 50px;
......
...@@ -76,9 +76,7 @@ section { ...@@ -76,9 +76,7 @@ section {
padding: 50px; padding: 50px;
&.active { &.active {
display: grid; display: block;
grid-template-rows: auto;
grid-gap: 25px;
} }
} }
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
grid-gap: 25px; grid-gap: 25px;
width: 1114px; width: 1114px;
margin: 0 auto; margin: 0 auto;
margin-bottom: 25px;
} }
.staff-promos:empty { .staff-promos:empty {
display: none; display: none;
...@@ -55,6 +56,9 @@ ...@@ -55,6 +56,9 @@
animation-iteration-count: infinite; animation-iteration-count: infinite;
animation-duration: 1s; animation-duration: 1s;
} }
.song-row-new {
margin-bottom: 25px;
}
@keyframes promoLoadingShimmer { @keyframes promoLoadingShimmer {
from { from {
background-position: 0px 0px; background-position: 0px 0px;
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
grid-gap: 25px; grid-gap: 25px;
width: 1114px; width: 1114px;
margin: 0 auto; margin: 0 auto;
margin-bottom: 25px;
&:empty { &:empty {
display: none; display: none;
...@@ -60,6 +61,9 @@ ...@@ -60,6 +61,9 @@
} }
} }
} }
.song-row-new {
margin-bottom: 25px;
}
@keyframes promoLoadingShimmer { @keyframes promoLoadingShimmer {
from { from {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment