some fixes

This commit is contained in:
Stefan Schmidt-Bilkenroth 2023-11-16 12:18:48 +01:00
parent 63d5eafc01
commit 752f06f68f
3 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,5 @@
@charset "utf-8";
/* Add some custom CSS for the cards */
.card {
margin-bottom: 20px;
@ -182,10 +184,14 @@ body {
.card-img-bottom {
max-width: 600px;
max-height: 500px;
width: auto;
text-align: center;
aspect-ratio: auto !important;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius:calc(.25rem - 1px);
margin-top: 0px !important;
margin-bottom: 10px !important;
align-items: center;
}
.text-muted {
@ -193,4 +199,3 @@ body {
font-size: 0.6em;
text-align: right;
}