mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
10 lines
152 B
CSS
10 lines
152 B
CSS
#view-seed-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
#view-seed-wrapper table td{
|
|
vertical-align: top;
|
|
}
|