Tidying up, fixing homes for mobile & updates.

This commit is contained in:
2025-11-08 18:45:28 +01:00
parent 7a538f4cfc
commit 74222a6774
9 changed files with 65 additions and 41 deletions

View File

@@ -463,6 +463,13 @@ span.blu{
font-size: 16px;
}
@media (max-width: 768px) {
.bottel a.button{
display: flex;
flex-direction: column;
width: fit-content;
margin-left: auto;
margin-right: auto;
}
table.image-table {
width: 100%;
}