Skip to content

Commit

Permalink
fix : 버킷 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BeA-Pro committed Jun 21, 2024
1 parent 558672e commit 8bc71a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs: # Job 설정
aws s3 cp \
--recursive \
--region ap-northeast-2 \
build s3://drim-site-bucket
build s3://www.drimcon.com
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"githru.color.primary": "#ffb2a8"
}
1 change: 1 addition & 0 deletions src/asset/scss/base/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*::before,
*::after {
box-sizing: border-box;

}
button {
cursor: pointer;
Expand Down
1 change: 1 addition & 0 deletions src/asset/scss/pages/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
.fourth-section{
height: 45vh;
min-height: 400px;
overflow-x : hidden;
}
}

0 comments on commit 8bc71a2

Please sign in to comment.