Skip to content

Commit

Permalink
Mobile styling for preview/upload buttons.
Browse files Browse the repository at this point in the history
See #122.
  • Loading branch information
boonebgorges committed May 30, 2018
1 parent 6cab5f2 commit 2273b64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,18 @@ h3.ww-collapsible-section-header {
width: 40%;
}

@media (max-width: 500px) {
.edit-action-buttons {
margin-top: 5px;
position: relative;
width: 100%;
}

.response-block .edit-action-buttons {
margin-top: -10px;
}
}

.edit-action-buttons button {
background: none;
color: #0044af;
Expand Down

0 comments on commit 2273b64

Please sign in to comment.