Skip to content

Commit

Permalink
feat: make consent widget have better sizes on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nashiradeer committed May 10, 2024
1 parent 30921eb commit 5877c14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,16 @@
background-color: #333;
color: #fff;
}
@media (max-width: 1100px) {
.consent-show {
padding: 20px;
font-size: 1rem;
}
button {
padding: 8px 16px;
font-size: 1rem;
}
}
</style>

0 comments on commit 5877c14

Please sign in to comment.