Browse Source

[Glitch] change height on narrow view to take 100% of screen

Port 1183246043 to glitch-soc
closed-social-glitch-2
Thibaut Girka 5 years ago
parent
commit
2c5f0f12ac
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/styles/about.scss

+ 4
- 0
app/javascript/flavours/glitch/styles/about.scss View File

@ -1044,6 +1044,10 @@ $small-breakpoint: 960px;
.scrollable {
height: 400px;
@media screen and (max-width: $column-breakpoint) {
height: 90vh;
}
}
p {

Loading…
Cancel
Save