diff --git a/cmd/templates/style.css b/cmd/templates/style.css index fef579a..511933f 100644 --- a/cmd/templates/style.css +++ b/cmd/templates/style.css @@ -99,6 +99,11 @@ form { text-align: center; } +td a { + display: block; + width: 100%; +} + a { color: #ff6e00; text-decoration: none; @@ -133,6 +138,12 @@ footer { overflow: scroll; } +div#command { + width: 50%; + height: 40%; + border: 2px solid black; +} + @media (max-width: 600px) { #main { width: 60vw;