Made controls not show up on mobile

This commit is contained in:
thepaperpilot 2019-10-31 02:11:23 -05:00
parent fe982884e0
commit 85d10e3790

View file

@ -334,6 +334,10 @@ button.accordion:focus {
#intro {
height: calc(100vh - 60px);
}
#controls {
display: none;
}
}
.card .card-content .card-title {