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