Improve page layout on mobile

This commit is contained in:
2023-10-11 22:39:29 +02:00
parent 87e1107156
commit 8d8ede4c06
7 changed files with 18 additions and 7 deletions

View File

@@ -7,6 +7,11 @@ html[data-bs-theme='dark'] .navbar svg {
width: 100%;
}
td > img.logo {
max-width: 200px;
max-height: 48px;
}
.btn > span {
display: inline-block;
}