Minor responsive less tweak

This commit is contained in:
Colin McLeod
2015-06-05 21:12:26 -07:00
parent e5ef190f3c
commit a5015b243b
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
a.ship {
display: inline-block;
width: 18em;
width: 15em;
margin: 0.5em;
background-color: @bg;
padding: 0.5em;

View File

@@ -3,6 +3,7 @@
width: 25%;
margin: 0;
box-sizing: border-box;
display: inline-block;
.user-select-none();
cursor: default;
@@ -19,7 +20,6 @@
.tablet({
width: 50%;
h1 {
margin: 1em 0 0 0;
}