table image formatting

This commit is contained in:
Lanta 2023-11-28 09:54:29 +01:00
parent aaf0de59e0
commit 4c20a62b99
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);