random shit

This commit is contained in:
ntr 2019-05-15 19:39:11 +10:00
parent 127bdf0530
commit 14165f12cb
2 changed files with 7 additions and 2 deletions

View File

@ -253,19 +253,21 @@
grid-area: dl;
display: flex;
justify-content: center;
color: #666;
}
.instance-cryp .stats .speed-label {
grid-area: sl;
display: flex;
justify-content: center;
color: #666;
}
.instance-cryp .stats .life-label {
grid-area: ll;
display: flex;
justify-content: center;
color: #666;
}

View File

@ -53,7 +53,7 @@ figure {
main {
padding: 0 2em;
display: grid;
grid-template-columns: min-content 1fr;
grid-template-columns: 200px 1fr;
grid-template-rows: min-content 1fr;
grid-template-areas:
"hd hd"
@ -63,6 +63,8 @@ main {
nav {
grid-area: nav;
margin-right: 2em;
overflow: hidden;
white-space: nowrap;
}
nav hr {
@ -70,6 +72,7 @@ nav hr {
}
nav button {
text-overflow: ellipsis;
display: block;
color: #888;
flex: 1 1 100%;