diff --git a/app/less/outfit.less b/app/less/outfit.less index 18525ff2..6d9880a2 100755 --- a/app/less/outfit.less +++ b/app/less/outfit.less @@ -39,6 +39,10 @@ width: 100%; border-collapse: collapse; font-size: 0.8em; + + tbody td { + padding: 0 0.5em; + } } } @@ -60,6 +64,11 @@ color: @primary; } } + @media screen and (max-width: 340px) { + button { + padding: 0.25em; + } + } } diff --git a/app/less/shipyard.less b/app/less/shipyard.less index 61d92352..8bde67b2 100755 --- a/app/less/shipyard.less +++ b/app/less/shipyard.less @@ -16,6 +16,10 @@ a.ship { text-align: right; .user-select-none(); + @media screen and (max-width: 350px) { + width: 16em; + } + h2 { width: 100%; margin: 0;