Skip to content

Commit

Permalink
fix: card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Dec 1, 2024
1 parent 652558c commit 4f95f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/card/yerushamayim-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class YerushamayimCard extends LitElement {
#left {
display: flex;
flex-direction: column;
flex-basis: 45%;
flex-basis: 40%;
}
#status-container {
min-height: 105px;
Expand Down Expand Up @@ -308,7 +308,7 @@ class YerushamayimCard extends LitElement {
filter: brightness(0) invert(1);
}
#right {
flex-basis: 55%;
flex-basis: 60%;
}
.block {
margin-bottom: 8px;
Expand Down

0 comments on commit 4f95f3c

Please sign in to comment.