mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Fix footer info fields not wrapping (#694)
* flex-wrap footer items * add testrig instance entry with more info set
This commit is contained in:
@ -251,6 +251,7 @@ footer {
|
||||
|
||||
padding: 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
div {
|
||||
|
Reference in New Issue
Block a user