Skip to content
Snippets Groups Projects
Commit c49b72f9 authored by KDSBrowne's avatar KDSBrowne
Browse files

fix mobile poll response view

parent 2b61b8a2
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,6 @@ $col-amount: 2;
background-color: var(--color-white);
bottom: var(--sm-padding-x);
right: var(--sm-padding-x);
}
.pollingTitle {
color: var(--color-white);
white-space: nowrap;
padding-bottom: var(--md-padding-y);
padding-top: var(--md-padding-y);
@media screen and (max-height: 479px), screen and (max-width: 479px) {
bottom: auto;
......@@ -48,7 +41,13 @@ $col-amount: 2;
margin-right: -50%;
transform: translate(-50%, -50%);
}
}
.pollingTitle {
color: var(--color-text);
white-space: nowrap;
padding-bottom: var(--md-padding-y);
padding-top: var(--md-padding-y);
}
.pollingAnswers {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment