Skip to content

Commit

Permalink
slight styling
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 16, 2022
1 parent b8c67bc commit 0cf7fd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/about.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
border-top: 2px solid #ececec;
background-color: #fafafa;
min-width: 500px;
height: 450px;
min-height: 500px;
height: 40vh;
align-items: center;
justify-content: space-between;
padding: 20px 0;
Expand Down
5 changes: 5 additions & 0 deletions src/components/pages/portfolio.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
color: #333333;
width: 90%;
margin-top: 20px;
overflow-y: auto;

&::-webkit-scrollbar {
display: none;
}

&Project {
font-size: 32pt;
Expand Down

0 comments on commit 0cf7fd4

Please sign in to comment.