Made controls not show up on mobile
This commit is contained in:
parent
fe982884e0
commit
85d10e3790
1 changed files with 4 additions and 0 deletions
|
@ -334,6 +334,10 @@ button.accordion:focus {
|
|||
#intro {
|
||||
height: calc(100vh - 60px);
|
||||
}
|
||||
|
||||
#controls {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.card .card-content .card-title {
|
||||
|
|
Loading…
Reference in a new issue