Skip to content

Commit 2b9cd74

Browse files
committed
fix: fix home ui issue
1 parent e483df7 commit 2b9cd74

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

projects/ledge-render/src/lib/components/ledge-card/ledge-card.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $black: #111;
1414
background-color: $background;
1515
border-radius: 2px;
1616
transition: all 0.3s;
17-
max-width: 300px;
17+
//max-width: 300px;
1818
min-width: 140px;
1919
height: 100%;
2020

src/styles.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,3 @@ body {
112112
}
113113
}
114114

115-
.ledge-render {
116-
.flex-table {
117-
margin: 1em 0;
118-
}
119-
}

0 commit comments

Comments
 (0)