website/sass/page/main.scss

39 lines
527 B
SCSS
Raw Permalink Normal View History

2022-04-26 12:58:39 +00:00
@import "../components/_page.scss";
@import "../components/_link.scss";
2022-04-08 12:25:22 +00:00
.page__container {
2022-04-26 12:58:39 +00:00
width: 50%;
margin: auto;
padding: 50px 0;
2022-04-08 12:25:22 +00:00
}
.page__group {
2022-04-26 12:58:39 +00:00
display: flex;
flex-direction: column;
2022-04-08 12:25:22 +00:00
}
.page__group-title {
2022-04-26 12:58:39 +00:00
margin: 20px auto;
2022-04-08 12:25:22 +00:00
}
.page__group-content {
2022-04-26 12:58:39 +00:00
display: flex;
flex-direction: column;
2022-04-08 12:25:22 +00:00
}
.page__group-content {
2022-04-26 12:58:39 +00:00
@include md;
2022-04-08 12:25:22 +00:00
}
.page__preview-banner {
2022-04-26 12:58:39 +00:00
width: 10%;
height: #{"min(250px, 50vh)"};
margin: 20px auto;
2022-04-08 12:25:22 +00:00
}
.page__banner {
2022-04-26 12:58:39 +00:00
width: 100%;
height: #{"max(450px, 50vh)"};
margin: 20px auto;
2022-04-08 12:25:22 +00:00
}