mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
34 lines
508 B
CSS
34 lines
508 B
CSS
![]() |
#user-content-wrapper{
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: center;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
#user-content{
|
||
|
min-width: 900px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#user-content h1, #user-content h2{
|
||
|
margin-bottom: 6px;
|
||
|
}
|
||
|
|
||
|
#user-content h2{
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#user-content table{
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
#user-content table th, #user-content table td{
|
||
|
padding-right: 20px;
|
||
|
}
|
||
|
|
||
|
#user-content .center{
|
||
|
text-align: center;
|
||
|
}
|