stats and other tings

This commit is contained in:
ntr
2019-05-31 16:23:34 +10:00
parent d6a3ca2eb4
commit a074677ed6
4 changed files with 25 additions and 31 deletions
+6 -16
View File
@@ -264,12 +264,10 @@
.construct-list .stats {
grid-area: stats;
display: grid;
grid-template-rows: 1fr 3fr;
grid-template-columns: 3fr 1fr 3fr;
grid-template-areas:
"dl sl ll"
"st st st";
display: flex;
flex-flow: row;
flex: 1;
justify-content: center;
border-width: 0px;
}
@@ -277,19 +275,11 @@
font-size: 75%;
}
.construct-list .stats .icons {
grid-area: st;
display: flex;
flex-flow: row;
flex: 1;
justify-content: center;
}
.icons figure:nth-child(4n) {
.stats figure:nth-child(4n) {
margin: 0 1em;
}
.icons figure {
.stats figure {
flex: 1;
}