revert css bullshit i fucked up
This commit is contained in:
parent
1f4d1a6405
commit
53f48b454d
@ -51,10 +51,6 @@
|
|||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.opponent .game-construct .img {
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.game-construct {
|
.game-construct {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
||||||
@ -62,7 +58,7 @@
|
|||||||
justify-items: start;
|
justify-items: start;
|
||||||
/*align-items: flex-end;*/
|
/*align-items: flex-end;*/
|
||||||
|
|
||||||
grid-template-rows: minmax(min-content, 2fr) min-content min-content min-content min-content;
|
grid-template-rows: min-content minmax(min-content, 2fr) min-content min-content min-content;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"skills ."
|
"skills ."
|
||||||
@ -89,11 +85,8 @@
|
|||||||
|
|
||||||
.game-construct .img {
|
.game-construct .img {
|
||||||
grid-area: avatar;
|
grid-area: avatar;
|
||||||
display: flex;
|
|
||||||
align-items: flex-end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.game-construct .name {
|
.game-construct .name {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user