This commit is contained in:
ntr
2019-05-20 17:55:28 +10:00
parent 9ef8de59f3
commit 9c586fe9f7
5 changed files with 52 additions and 27 deletions
+11 -7
View File
@@ -35,7 +35,7 @@
}
.instance .info {
font-size: 75%;
/*font-size: 75%;*/
margin-left: 1em;
grid-area: info;
display: flex;
@@ -44,6 +44,10 @@
white-space: pre-wrap;
}
.instance .info h2 {
text-transform: uppercase;
}
.instance .cryps {
grid-area: cryps;
}
@@ -391,22 +395,22 @@ button.equip {
.thresholds {
display: flex;
flex-flow: column;
align-items: center;
/*justify-content: space-around;*/
flex-flow: row-wrap;
/*align-items: center;*/
justify-content: space-around;
}
.spec-goals figure {
margin: 1em 0;
.spec-goals {
}
.spec-goals figure svg {
height: 1em;
height: 2em;
}
.spec-goals .unmet {
opacity: 0.5;
}
/* Mobile Nav*/
#toggle-vbox { display: none; }
#toggle-vbox-label { display: none; }