add space between header for small screen

This commit is contained in:
Daniel 2020-11-12 11:16:26 -05:00
parent cbdf601e3f
commit fc70807e5d

View File

@ -1,3 +1,9 @@
@media only screen and (max-width: 975px) {
.legacy.content {
margin-top: 36px;
}
}
@media only screen and (min-width: 975px) {
#player {