[Glitch] change height on narrow view to take 100% of screen
Port 9b409bf95e
to glitch-soc
lolsob-rspec
parent
456c0aa9cc
commit
7fcfe054cc
|
@ -1044,6 +1044,10 @@ $small-breakpoint: 960px;
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $column-breakpoint) {
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in New Issue