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