broke mobile only css :c
This commit is contained in:
parent
d8fc125307
commit
ea628a15eb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
@media (max-width: 1000px){
|
@media only screen and (orientation: portrait){
|
||||||
/* For mobile phones: */
|
/* For mobile phones: */
|
||||||
.floating-action-btn{
|
.floating-action-btn{
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in a new issue