Skip to content

Commit

Permalink
card height css
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Sep 19, 2024
1 parent 2e62ea7 commit da16f06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion card.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@
}

#card {
border-radius:8px; margin:0; background-color:#222; width:100%; aspect-ratio: 3.5/2
border-radius:8px;
margin:0;
background-color:#222;
width:100%;
aspect-ratio: 3.5/2;
min-height: fit-content;
}
#card #banner {
background-image: url('cardAssets/banner.jpg');
Expand Down

0 comments on commit da16f06

Please sign in to comment.