khguide/public/styles/kh3/pro-codes-sim.css

23 lines
279 B
CSS
Raw Normal View History

#content {
display: flex;
margin: 0 4rem;
}
#score,
#codes,
#fights {
display: flex;
flex-direction: column;
flex-grow: 1;
max-height: 80vh;
overflow: auto;
margin-top: 2rem;
.slot {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
gap: 0.5rem;
}
}