Skip to content

Commit

Permalink
clean up class properties
Browse files Browse the repository at this point in the history
Signed-off-by: kgcreative <[email protected]>
  • Loading branch information
kgcreative committed Dec 9, 2024
1 parent 2dee875 commit 0c962a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src-docs/src/components/guide_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -345,19 +345,17 @@ body {
}

.guideHomePage__benefitsContainer, .guideHomePage__featuredComponents {
padding-left: $ouiSizeL;
padding-right: $ouiSizeL;
display: grid;
gap: $ouiSizeL;
padding-left: $ouiSizeL;
padding-right: $ouiSizeL;
}
.guideHomePage__benefitsContainer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: $ouiSizeL;
}

.guideHomePage__featuredComponents {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: $ouiSizeL;
}

.guideHomePage__illustration {
Expand Down

0 comments on commit 0c962a2

Please sign in to comment.