mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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 {
|
||||
height: calc(3rem - 4px);
|
||||
}
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -83,6 +87,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
text-align: left;
|
||||
font-size: .8rem;
|
||||
flex-grow: 1;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
|
|
Loading…
Reference in a new issue