Skip to content

Commit

Permalink
Merge pull request #2 from ArhanChaudhary/master
Browse files Browse the repository at this point in the history
tweak bgcover style
  • Loading branch information
kdkasad authored Feb 7, 2025
2 parents 5cc2271 + d1c7e99 commit 7070500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: fixed;
top: 0;
left: 0;
height: 100vh;
height: 100dvh;
width: 100vw;
background-image: url("/static/PurdueHackers.svg");
background-size: 70px;
Expand All @@ -23,7 +23,7 @@ body {
color: #383838;
padding: 60px 24px 200px 24px;
font-family: "Verdana", "Helvetica", sans-serif;
min-height: 100vh;
min-height: 100dvh;
box-sizing: border-box;
}
h1, h2, h3 {
Expand Down

0 comments on commit 7070500

Please sign in to comment.