forked from treehouse/mastodon
parent
4a0b6e3e5e
commit
e848d281d5
|
@ -1187,6 +1187,10 @@ a.sparkline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 930px) {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.account-card {
|
||||
|
|
Loading…
Reference in New Issue