Skip to content
Snippets Groups Projects
Commit 07d9b7cb authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Update proof style to adapt for narrow screens (e.g. mobile).

parent be13157b
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,14 @@ body.pagelayout-embedded .que.stack .formulation .questiontestslink {
.proof-column-2 {
background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 900px) {
.proof-column {
width: 100%;
}
.proof-column-2 {
width: 100%;
}
}
/* Styles for the editing form. */
body#page-question-type-stack .fitem_fgroup .accesshide,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment