Function for combat phase as character info
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
.midgard5 {
|
||||
.flexbox {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
@@ -16,31 +16,31 @@
|
||||
}
|
||||
|
||||
.flexcolumn-1 {
|
||||
flex-basis: 99%;
|
||||
flex-basis: 100%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-2 {
|
||||
flex-basis: 49%;
|
||||
flex-basis: 50%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-3 {
|
||||
flex-basis: 32%;
|
||||
flex-basis: 33%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-4 {
|
||||
flex-basis: 24%;
|
||||
flex-basis: 25%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flexcolumn-5 {
|
||||
flex-basis: 19%;
|
||||
flex-basis: 20%;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -69,7 +69,6 @@
|
||||
}
|
||||
|
||||
.flexrow {
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user