27 lines
380 B
CSS
27 lines
380 B
CSS
#view-seed-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#view-seed{
|
|
width: 620px;
|
|
min-height: 360px;
|
|
text-align: center;
|
|
}
|
|
|
|
#view-seed table td{
|
|
vertical-align: top;
|
|
}
|
|
|
|
#view-seed h3{
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
#view-seed table{
|
|
text-align: left;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|