mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(mobile): remove footer on mobile. Closes #2962
This commit is contained in:
parent
be3e6361f1
commit
8c26137791
@ -13,4 +13,12 @@
|
||||
// this one is for fixed footer
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
@include screen(mobile) {
|
||||
margin-bottom: 0px;
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user