drupal-erable/web/themes/erabletheme/scss/global/variables/_layout.scss

16 lines
273 B
SCSS
Raw Normal View History

$x_margin: 3vw;
$y_margins: 2vh;
/* BREAKPOINTS */
$breakpoint_tablet: 760px;
$breakpoint_desktop: 1080px;
2024-10-31 01:32:57 +01:00
$breakpoint_desktop_large: 1600px;
.layout-container {
display: flex;
flex-direction: column;
2023-12-17 16:49:23 +01:00
justify-content: space-between;
min-height: 100vh;
2024-10-31 01:32:57 +01:00
}