Commit 6fa89b1f authored by Bryce Johnson's avatar Bryce Johnson

Style approvals body for small screens.

parent 4ae71a90
......@@ -433,8 +433,15 @@
border-top: 1px solid $well-inner-border;
}
.approvals-body .approve-btn {
margin-top: 20px;
.approvals-body {
@media (max-width: $screen-xs-max) {
text-align: center;
}
.approve-btn {
margin-top: 10px;
}
}
.approvals-footer {
......
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