adapted title area for mobile

This commit is contained in:
Linda 2018-09-14 16:32:57 -04:00
parent 337a9e2f30
commit 6b2ddcd217

View file

@ -59,6 +59,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
.inplace-input { .inplace-input {
height: calc(3rem - 4px); height: calc(3rem - 4px);
} }
@media #{$medium-and-small} {
flex-direction: row;
}
} }
img { img {
@ -83,6 +87,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
text-align: left; text-align: left;
font-size: .8rem; font-size: .8rem;
flex-grow: 1; flex-grow: 1;
@media #{$medium-and-small} {
min-width: 100%;
}
} }
.validation-message { .validation-message {