From e6b9b5a2057baea227db19db8f8a7ea7a12bc46c Mon Sep 17 00:00:00 2001 From: ntr Date: Sat, 1 Jun 2019 20:40:54 +1000 Subject: [PATCH] mobile --- client/assets/styles/instance.mobile.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/client/assets/styles/instance.mobile.css b/client/assets/styles/instance.mobile.css index 9be00cc4..92c7bbec 100644 --- a/client/assets/styles/instance.mobile.css +++ b/client/assets/styles/instance.mobile.css @@ -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 */ - } \ No newline at end of file