table image formatting

This commit is contained in:
Thijs Stobbelaar 2023-11-28 09:54:29 +01:00
parent 010ec55d88
commit 47e099d56c
2 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,12 @@ body {
-o-background-size: cover;
background-size: cover;
}
.table-image {
max-height: 100px;
max-width: 150px;
width: auto;
height: auto;
}
nav {
background: linear-gradient(to right, #FF416C, #FF4B2B);