fix landscape orientation
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s

This commit is contained in:
2025-07-28 20:55:17 -04:00
parent 881ea4053c
commit 9ca745114f
2 changed files with 12 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ button:hover {
input {
font-size: 1.5em;
max-width: 100vw;
}
#details > span {
@@ -144,4 +145,10 @@ input {
iframe {
flex-grow: 3;
}
#details {
overflow-y: auto;
display: block;
text-align: center;
}