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