Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaydeshpande authored Sep 5, 2024
1 parent a5f4b3b commit 74ba959
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ body {
line-height: 1.5;
color: #555;
font-family: 'Nunito Sans', sans-serif;
overflow: hidden;
}
body::-webkit-scrollbar {
width: 0;
height: 0;
}

article,
Expand Down

0 comments on commit 74ba959

Please sign in to comment.