sub/css/subv4.css

33 lines
462 B
CSS

#control {
display: flex;
}
#control button {
flex:auto;
}
#used-grouped td:first-child ,
#used td:first-child {
text-align: right
}
#used-grouped td:first-child:after ,
#used td:first-child:after {
content: "/"
}
#used-grouped td ,
#used td {
padding-left: 0;
padding-right: 0;
}
#used-grouped {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 3rem;
}
#used-grouped > div {
flex: 0 1 auto;
}
#hints td {
white-space: initial;
}