Skip to content

Commit

Permalink
rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
morten-andersen committed Sep 9, 2023
1 parent 2947100 commit 6dec5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
.page-header {
padding: 5rem;
background-color: #22272e;
background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("/assets/tech.webp");
background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("/assets/tech.webp");
background-position: center;
background-repeat: no-repeat;
position: relative;
Expand Down

0 comments on commit 6dec5a4

Please sign in to comment.