View source for Flip City Wiki:Flex columns/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* {{pp-template}} */
.flex-columns-container {
clear: both;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.flex-columns-container > .flex-columns-column {
float: left;
width: 50%;
min-width: 360px;
padding: 0 0.5em;
box-sizing: border-box;
flex: 1;
display: flex;
flex-direction: column;
}
@media screen and (max-width: 393px) {
000
1:0
Template used on this page:
Return to Flip City Wiki:Flex columns/styles.css.