18 lines
302 B
SCSS
18 lines
302 B
SCSS
@import "../../assets/scss/globals";
|
|
|
|
.front-page {
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
justify-content: flex-start;
|
|
|
|
&__page-links {
|
|
display: flex;
|
|
flex-flow: column wrap;
|
|
|
|
@media screen and (max-width: 1200px - 1px) {
|
|
margin: 0 2rem 1rem 0;
|
|
width: 40%;
|
|
}
|
|
}
|
|
}
|