Skip to content

Commit

Permalink
Merge pull request #207 from GhostXDev/patch-3
Browse files Browse the repository at this point in the history
Might've fixed the issue with the image duplicating across the screen...
  • Loading branch information
xbubbo authored Sep 15, 2023
2 parents df23949 + 06790b0 commit 63711e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ body {
width: 550px;
border-radius: 5px;
background: #353535;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
font-size: 24px;
border: none;
Expand Down Expand Up @@ -97,4 +99,4 @@ body {
flex-wrap: wrap;
justify-content: center;
gap: 2.3em;
}
}

0 comments on commit 63711e5

Please sign in to comment.