Skip to content

Commit

Permalink
[issue-5]: Update edit site id secrets github action
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnhu committed Dec 18, 2023
1 parent a50a4b6 commit 732f5c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
enable-commit-comment: true
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: sw-landing-demo
NETLIFY_SITE_ID: ${{ .NETLIFY_SITE_ID }}
timeout-minutes: 1
2 changes: 1 addition & 1 deletion docs/assets/css/style.css

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions docs/assets/scss/sections/_section-testimonial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
background: #1A1A1A;
border-radius: 16px;
padding: 54px 40px;
&.cn {
height: 358px;
}


&--text {
display: flex;
Expand Down Expand Up @@ -110,6 +108,12 @@
}
}


@include media-breakpoint-down(md) {


}

@include media-breakpoint-down(sm) {
.section-testimonial {
padding: 80px 0 0;
Expand Down

0 comments on commit 732f5c6

Please sign in to comment.