Template:Sandbox3/styles.css: Difference between revisions

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
}
}
.date {
.date {
flex:25%;
flex:1;
max-width:150px;
}
}
.format {
.format {
flex:25%;
flex:1;
max-width:200px;
}
}
.players {
.players {
flex:25%;
flex:1;
max-width:150px;
}
}
.location {
.location {
flex:25%;
flex:3;
max-width:300px;
font-weight:bold;
font-weight:bold;
}
}
.winnercontent {
.winnercontent {
flex:25%;
flex:2;
max-width:400px;
}
}
.deckcontent {
.deckcontent {
flex:25%;
flex:3;
max-width:400px;
}
}