This commit is contained in:
ntr 2019-06-01 20:40:54 +10:00
parent ad5cc84617
commit e6b9b5a205

View File

@ -65,8 +65,8 @@
align-items: stretch;
}
.equip .skills {
border-bottom: 0;
.equip {
border: none;
}
.instance-construct {
@ -77,7 +77,7 @@
"name "
"avatar ";
padding: 0.5em;
border: 1px solid #222;
border: none;
transition-property: all;
transition-duration: 0.5s;
transition-delay: 0;
@ -129,10 +129,6 @@
}
.instance-construct:last-child {
border-left-width: 0;
border-left: 1px solid #222;
}
/* Construct Stuff */
}