$x_margin: 3vw; $y_margins: 2vh; /* BREAKPOINTS */ $breakpoint_tablet: 760px; $breakpoint_desktop: 1080px; .layout-container { display: flex; flex-direction: column; min-height: 100vh; }