Skip to content

Commit 1ed6e65

Browse files
committed
tweak styles
1 parent 5f57cb6 commit 1ed6e65

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

docsite/assets/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ a {
325325
font-size: 13px;
326326
line-height: 1.65;
327327
margin: 0;
328-
min-height: 380px;
329328
padding: 18px 20px;
330329
}
331330

docsite/src/components/card/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
.card {
22
display: flex;
33
flex-direction: column;
4-
padding: 1.5rem 0;
54
border: 1px solid var(--light, var(--primary-color-6)) var(--dark, var(--primary-color-5));
65
border-radius: 1rem;
76
background-color: var(--light, var(--primary-color-2)) var(--dark, var(--primary-color-3));
87
box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
98
color: var(--secondary-color-4);
10-
gap: 1.5rem;
119
}
1210

1311
.card-header {

0 commit comments

Comments
 (0)