Skip to content

Commit

Permalink
fix(dialog style): the css class .adverts was a reserved word and was…
Browse files Browse the repository at this point in the history
… changed to .announcement

This meant that the ads were not displayed correctly in the browser.
  • Loading branch information
SouOWendel committed Nov 8, 2023
1 parent 0477f7b commit 0a226d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/components/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
border: 0;
}

.adverts {
.announcement {
position: relative;
width: 100%;
height: 156px;
margin: 10px 0;
margin: 8px 0;
border-radius: 5px;
display: flex;

Expand Down

0 comments on commit 0a226d6

Please sign in to comment.