Skip to content

Commit

Permalink
Trim 2px from height
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 22, 2024
1 parent 9439dfa commit 5deb72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ strong, b {

.ds-size {
width: 256px;
min-height: 368px;
min-height: 366px;
background-image: url(../images/background.png);
}

.banner {
display: flex;
justify-content: center;
align-items: center;
height: 177px;
height: 175px;
}

.ds-margin {
Expand Down

0 comments on commit 5deb72d

Please sign in to comment.