adds bg colour, changes scroller base demo width to max-width

This commit is contained in:
MinamiFunakoshiTR 2025-05-29 12:07:00 -07:00
parent e03717c514
commit 83740d7eaa
Failed to extract signature

View file

@ -63,8 +63,9 @@
@use '../../../scss/mixins' as mixins;
.scroller-demo-container {
width: mixins.$column-width-normal;
max-width: mixins.$column-width-normal;
margin: auto;
background: #c5dfe8;
}
.step-foreground-container {