mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
adapted title area for mobile
This commit is contained in:
parent
337a9e2f30
commit
6b2ddcd217
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue