Skip to content

Commit

Permalink
Use full-width buttons on banner on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Nov 12, 2024
1 parent 1bfab85 commit a93c83f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jekyll-assets/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@
#__rptl-cookiebanner .__rptl-cookiebanner-buttons {
display: flex;
gap: 10px;
flex-direction: column;
}
@media (min-width: 640px) {
#__rptl-cookiebanner .__rptl-cookiebanner-buttons {
flex-direction: row;
}
}
#__rptl-cookiebanner .__rptl-cookiebanner-accept, #__rptl-cookiebanner .__rptl-cookiebanner-reject {
margin: 0;
Expand Down

0 comments on commit a93c83f

Please sign in to comment.