fixes
All checks were successful
deploy to production / deploy (push) Successful in 34s

This commit is contained in:
Robin Grenzdörfer 2023-09-01 15:28:45 +00:00
parent 77affb9705
commit fb497d0e6f
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,9 @@
cursor: pointer; cursor: pointer;
flex-grow: 0; flex-grow: 0;
flex-shrink: 1; flex-shrink: 1;
@media (max-height: 500px) {
max-width: 50%;
}
img { img {
width: 100%; width: 100%;
} }

View File

@ -48,7 +48,7 @@
left: 0px; left: 0px;
padding: 7px 10px; padding: 7px 10px;
color: @font-color-secondary; color: @font-color-secondary;
font-family: "LibreCaslonText"; font-family: "Libre Caslon Text", sans-serif;
font-size: 1.15rem; font-size: 1.15rem;
top: 0px; top: 0px;
height: 100px; height: 100px;