Updated floating-action-button to show at 895px

This commit is contained in:
mgabdev 2019-08-14 23:03:05 -04:00
parent a2bb97d412
commit 915f7f891a

@ -1575,7 +1575,7 @@ a.account__display-name {
.floating-action-button {
z-index: 1000;
display: none;
@media screen and (max-width: $nav-breakpoint-3) {display: flex;}
@media screen and (max-width: 895px) {display: flex;}
position: fixed;
bottom: 14px;
right: 14px;