Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Ibrahimrahhal/Portfolio-Website
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahimrahhal committed Mar 16, 2024
2 parents 15f86d1 + b2d1423 commit 69b10aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v2


- uses: actions/setup-node@v3
with:
node-version: '16.x'

- name: Del Dep
run: rm -rf node_modules package-lock.json && npm cache clean –force
Expand Down
9 changes: 8 additions & 1 deletion src/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ html {
display: none;
}
}
// hide scrollbars
&::-webkit-scrollbar {
display: none;
}
-ms-overflow-style: none;
scrollbar-width: none;
}

font-family: map-get($fonts, "primary"), sans-serif;
}
.site-wrapper {
Expand Down Expand Up @@ -54,4 +61,4 @@ html {

.transition {
transition: all 0.3s ease-out;
}
}

0 comments on commit 69b10aa

Please sign in to comment.