We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10130e0 commit a19ff86Copy full SHA for a19ff86
2 files changed
docs/src/app/pages/component-category-list/component-category-list.scss
@@ -38,17 +38,13 @@
38
flex-wrap: wrap;
39
padding: 20px 20px 100px;
40
justify-content: center;
41
+ gap: 40px;
42
}
43
44
.docs-component-category-list-item {
- display: inline-block;
45
- margin: 20px;
46
- vertical-align: top;
47
width: 280px;
48
49
.docs-component-category-list-card-title {
50
- align-items: center;
51
- display: flex;
52
padding: 16px;
53
font-size: 20px;
54
font-weight: 500;
docs/src/app/pages/homepage/homepage.scss
@@ -58,9 +58,6 @@ a.docs-link:hover {
58
59
60
.docs-homepage-promo {
61
62
63
- flex-direction: column;
64
65
width: 75%;
66
max-width: 1080px;
0 commit comments