2023-12-06 05:01:23 +01:00
|
|
|
$x_margin: 3vw;
|
2023-12-14 09:38:25 +01:00
|
|
|
$y_margins: 2vh;
|
|
|
|
|
|
|
|
/* BREAKPOINTS */
|
|
|
|
|
2023-12-15 20:04:59 +01:00
|
|
|
$breakpoint_tablet: 760px;
|
|
|
|
$breakpoint_desktop: 1080px;
|
|
|
|
|
|
|
|
.layout-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-12-17 16:49:23 +01:00
|
|
|
justify-content: space-between;
|
2023-12-15 20:04:59 +01:00
|
|
|
min-height: 100vh;
|
|
|
|
}
|