Skip to content

Commit

Permalink
style: add overflow: clip at des24 root (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Apr 8, 2024
1 parent a63810f commit d2852fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
--des24-black: #242424;
--des24-blue: #1f3066;

overflow: clip;

& > .hero {
height: 100vh;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const About = () => {
</Notecard>
<img src={paperclip} alt="" className={cn.paperclip} />
</div>

<img
src={airplane}
alt=""
Expand Down

0 comments on commit d2852fe

Please sign in to comment.