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!
(Hopefully nailed down the mobile name for the page heading this time.) Tags: Mobile edit Mobile web edit Advanced mobile edit |
(added flexbox styles to mobile) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 20: | Line 20: | ||
} | } | ||
/* ----------------- 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; | |||
} | |||
.flexRowContainer .flexItem .pageCreatorBox { } | |||
/* ----------- | /* ----------- |