some fixes
This commit is contained in:
parent
63d5eafc01
commit
752f06f68f
3 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue