diff --git a/stylesheets/style.css b/stylesheets/style.css index 3ca27875..67afb897 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -471,6 +471,12 @@ input.delete { font-weight: bold; } +@media (max-width: 48em) { + .user-controls { + display: none; + } +} + span.capcode, p.intro a.capcode, p.intro a.nametag { color: #F00000; margin-left: 0;