Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jan 6, 2025
1 parent fa23b1a commit 28ad2b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
width: 70%;
height: 70%;
position: absolute;
top: 20%;
left: 10%;
top: 22%;
left: 12%;
opacity: .9;
}

Expand Down Expand Up @@ -200,8 +200,8 @@
margin: 0 auto;
}
.faqs {
margin: 0 0 var(--spacing-10);
padding: 0 0 var(--spacing-10);
margin: 0 0 var(--spacing-20);
padding: 0 0 var(--spacing-20);
}
.faq {
margin: 0;
Expand Down

0 comments on commit 28ad2b6

Please sign in to comment.