We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec4c4c commit 7f48358Copy full SHA for 7f48358
1 file changed
src/templates/page.scss
@@ -682,16 +682,16 @@ table{
682
#hs-banner-parent{
683
.hs-cookie-notification-position-bottom{
684
width: calc(min(28em, 100%)) !important;
685
- left: calc(min(15em, 100%)) !important;
+ left: calc(min(2em, 100%)) !important;
686
@media only screen and (max-width: 767px) {
687
- left: 3%;
688
- bottom: 2%;
689
- width: 95%;
+ left: 3% !important;
+ bottom: 2% !important;
+ max-width: 95% !important;
690
}
691
@media only screen and (min-width:768px) and (max-width: 1023px) {
692
- left: 20%;
693
- bottom: 10%;
694
- width: 35%;
+ left: 20% !important;
+ bottom: 10% !important;
+ max-width: 35% !important;
695
696
#hs-eu-cookie-confirmation-inner{
697
@apply p-8;
0 commit comments