Skip to content

Commit

Permalink
Fix footer cookies icon position (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Feb 9, 2024
1 parent 68c580a commit 1d742f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/layout/navigation/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
.link {
margin-top: 0.5rem;
}

.cookieBtnWrapper {
right: 0.5rem;
bottom: 0.5rem;
}
}

@media only screen and (max-width: 575.98px) {
Expand Down

0 comments on commit 1d742f0

Please sign in to comment.