Skip to content

Commit

Permalink
dev: Fix popup__container--bottom position
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Oct 2, 2024
1 parent 418cdff commit d43fdba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/assets/stylesheets/components/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}

.popup__container--bottom {
right: auto;
left: 50%;

margin-top: 0.5rem;
Expand Down
6 changes: 0 additions & 6 deletions src/assets/stylesheets/custom/news.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
font-size: var(--size-normal);
}

@media (min-width: 800px) {
.news__postpone-popup .popup__container {
width: 34rem;
}
}

.news__postpone-button {
font-size: 1.2em;

Expand Down

0 comments on commit d43fdba

Please sign in to comment.