Tweaks for command window

This commit is contained in:
raul 2024-06-05 09:50:17 +02:00
parent 6d02a4627b
commit f26e6e7f57
1 changed files with 11 additions and 0 deletions

View File

@ -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;