Skip to content

Commit 7f409ae

Browse files
committed
docs: clean up SCSS styles
Removes redundant or unused SCSS rules and improves formatting for better readability and maintainability.
1 parent 732a0d7 commit 7f409ae

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/src/app/pages/component-category-list/component-category-list.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,13 @@
3838
flex-wrap: wrap;
3939
padding: 20px 20px 100px;
4040
justify-content: center;
41+
gap: 40px;
4142
}
4243

4344
.docs-component-category-list-item {
44-
display: inline-block;
45-
margin: 20px;
46-
vertical-align: top;
4745
width: 280px;
4846

4947
.docs-component-category-list-card-title {
50-
align-items: center;
51-
display: flex;
5248
padding: 16px;
5349
font-size: 20px;
5450
font-weight: 500;

docs/src/app/pages/homepage/homepage.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ a.docs-link:hover {
5858
}
5959

6060
.docs-homepage-promo {
61-
align-items: center;
62-
display: flex;
63-
flex-direction: column;
6461
padding: 16px;
6562
width: 75%;
6663
max-width: 1080px;

0 commit comments

Comments
 (0)