mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-26 19:14:43 +00:00
beep boop
This commit is contained in:
parent
35dc19c55c
commit
790e8c1277
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@
|
|||
grid-row: span 2;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 42rem) {
|
||||
/*
|
||||
On really skinny screens allow
|
||||
media wrapper to take up full
|
||||
width instead of showing 2 columns.
|
||||
*/
|
||||
@media screen and (max-width: 23rem) {
|
||||
.media-wrapper {
|
||||
grid-column: span 2;
|
||||
grid-row: span 2;
|
||||
|
|
Loading…
Reference in a new issue