random shit
This commit is contained in:
parent
127bdf0530
commit
14165f12cb
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user