COLUMNS! no more flexbox shenanigans

This commit is contained in:
Thaum
2015-02-16 14:26:26 +00:00
parent 28aed14cda
commit d18c58c5ed
20 changed files with 93 additions and 95 deletions

View File

@@ -1,38 +1,3 @@
#stats {
padding: 4px;
}
#stats, #stats .abilityFlex, #stats .statsFlex{
display: flex !important;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
}
#stats .card {
flex-grow: 1;
max-width: 480px;
}
#stats .abilityFlex{
flex-basis: 642px;
flex-grow: 1;
flex-shrink: 1;
}
#stats .statsFlex{
min-width: 152px;
flex-basis: 0px;
flex-grow: 1;
}
.attribute.card, .skill.card {
padding: 0;
display: flex;
flex-direction: column;
text-align: center;
}
.card-top {
flex-grow: 1;
padding: 16px;