stats and other tings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user