Skip to content

Commit

Permalink
Fixed background alignment on "Parties" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrosdevri committed Feb 28, 2024
1 parent fd2acb5 commit 04b2e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Parties/Parties.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.party {
padding: 0 15%;
padding: 0 25%;
}

.party-div {
Expand Down Expand Up @@ -118,6 +118,7 @@
@media screen and (max-width: 768px) {
.party {
flex-direction: column;
font-size: 80%;
padding: 0 2em;
}

Expand Down

0 comments on commit 04b2e26

Please sign in to comment.