Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
added flexbox general styles
(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 ----------------- */

Navigation menu