This commit is contained in:
ntr 2019-09-16 19:50:48 +10:00
parent 7b51bc7ec8
commit 48a3f75f0c

View File

@ -73,7 +73,8 @@
grid-template-rows: 1fr 1fr; grid-template-rows: 1fr 1fr;
grid-template-areas: grid-template-areas:
"skills " "skills "
"effects" "effects";
width: 100%;
} }
.right { .right {
@ -83,6 +84,7 @@
"avatar" "avatar"
"name" "name"
"stats"; "stats";
width: 100%;
} }
transition-property: translate, opacity; transition-property: translate, opacity;