makes answers buttons width 100% on mobile size

This commit is contained in:
decabeza
2017-10-07 03:03:17 +02:00
parent cd495c80fe
commit 732fb70730

View File

@@ -1776,6 +1776,10 @@
margin-right: $line-height / 4;
min-width: rem-calc(168);
@include breakpoint(medium down) {
width: 100%;
}
&.answered {
background: #f4f8ec;
border: 2px solid #92ba48;