Post compose button: remove static width

This commit is contained in:
Alex Gleason
2020-06-06 17:02:54 -05:00
parent 7f8d3c0f42
commit 52b85ba451

View File

@ -114,7 +114,6 @@
&__button-compose {
display: block;
@media screen and (max-width: $nav-breakpoint-3) {display: none;}
width: 65px;
height: 34px;
margin-left: 20px;
border-radius: 6px;