2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
(forgot height on image) |
(added flexbox general styles) |
||
Line 340: | Line 340: | ||
/* ----------------- FLEXBOXES GENERAL ----------------- */ | |||
.flexRowContainer { | |||
display: flex; | |||
flex-basis: auto; | |||
flex-flow: row wrap; | |||
justify-content: center; | |||
} | |||
.flexRowContainer .flexItem { | |||
flex: 0; | |||
text-align:center; | |||
padding:10px; | |||
margin: 2px; | |||
} | |||
/* ----------------- END - FLEXBOXES GENERAL ----------------- */ | |||
/* ----------------- TALLY HALL PAGE ----------------- */ | /* ----------------- TALLY HALL PAGE ----------------- */ |