Skip to content

Commit

Permalink
fix(docs-website): corrected minor alignment issues on the home page (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Sep 30, 2024
1 parent 929f2de commit b473cf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const QuickstartContent = ({}) => {
duration: .75
}
}}
viewport={{ once: true, amount: .2 }}
viewport={{ once: true, amount: .4 }}
>
<div className="quickstart__text">
<div className="quickstart__text__label">{data.heading}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

:global {
.quickstart__header {
// text-align: center;
text-align: center;
margin-bottom: 100px;

.quickstart__title,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
}

.carousalWrapper{
width: 50%;
min-width: 280px;
width: 40%;
min-width: 300px;
}

.carousalWrapper::before,
Expand Down

0 comments on commit b473cf8

Please sign in to comment.