Skip to content

Commit 8c8a4b1

Browse files
fix: Cookie banner UI issue on tutorials pages. (#74)
1 parent 9e6bdad commit 8c8a4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/templates/page.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,8 @@ table{
679679
// Cookie banner
680680
#hs-banner-parent{
681681
.hs-cookie-notification-position-bottom{
682-
width: calc(min(25em, 100%));
683-
left: 12%;
682+
width: calc(min(28em, 100%));
683+
left: 14%;
684684
@media only screen and (max-width: 767px) {
685685
left: 3%;
686686
width: 95%;

0 commit comments

Comments
 (0)