Commit 657aaca3 authored by Phil Hughes's avatar Phil Hughes

Fixed mobile styling

parent 55982c3d
......@@ -219,3 +219,16 @@
float: left;
}
}
.note-form-actions {
@media (max-width: $screen-xs-max) {
.btn {
float: none;
width: 100%;
&:not(:last-child) {
margin-bottom: 10px;
}
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment