fix mobile poll response view

This commit is contained in:
KDSBrowne 2018-10-25 18:33:02 +00:00
parent 2b61b8a2a0
commit c49b72f926

View File

@ -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 {