Skip to content

Commit

Permalink
fix problems with margin
Browse files Browse the repository at this point in the history
  • Loading branch information
anaaragon88 committed Dec 17, 2024
1 parent 0ab4083 commit 7a0383d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
body {
font-family: var(--font-primary);
margin: 0;
margin-top: -300px;
margin-left: -60px;
margin-top: -275px;

padding: 0;
color: var(--principal-3);
background-image: url("./img/background.png");
Expand Down

0 comments on commit 7a0383d

Please sign in to comment.