Skip to content

Commit

Permalink
fix: changing card height
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschwanz authored and Florian Schwanz committed Nov 7, 2024
1 parent 1bc3f52 commit e16d799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
.blue-theme {
.container {
border-radius: 40px !important;
min-height: 455px;
min-height: 485.5px;

background-image: url(../../../../../../assets/images/blue_front.webp) !important;
background-size: 100% 100% !important;
Expand All @@ -87,7 +87,7 @@
.green-theme {
.container {
border-radius: 40px !important;
min-height: 455px;
min-height: 485.5px;

background-image: url(../../../../../../assets/images/green_front.webp) !important;
background-size: 100% 100% !important;
Expand All @@ -112,7 +112,7 @@
.future-theme {
.container {
border-radius: 10px !important;
min-height: 455px;
min-height: 485.5px;

background-image: url(../../../../../../assets/images/future-banner.webp) !important;
background-repeat: no-repeat !important;
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/cards/pages/cards/cards.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

.card-background {
padding: 10px;
min-height: 455px;
min-height: 485.5px;
margin: 5px auto;

box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
Expand Down

0 comments on commit e16d799

Please sign in to comment.