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-areas:
"skills "
"effects"
"effects";
width: 100%;
}
.right {
@ -83,6 +84,7 @@
"avatar"
"name"
"stats";
width: 100%;
}
transition-property: translate, opacity;