View source for Template:Sandbox3/styles.css
From Archon Arcana - The KeyForge Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.outer {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
}
.deckViewer {
display: flex;
width: 100%;
margin-left: auto;
margin-right: auto;
flex-wrap: wrap;
justify-content: space-between;
}
.archonSolo {
flex: 1;
min-width: 310px;
box-sizing: border-box;
000
1:0
Return to Template:Sandbox3/styles.css.