src/components/pages/Home/Home.module.scss (12 lines of code) (raw):
@import '../../../variables.scss';
.title {
margin: 50px 0 40px 0;
padding: 0 $indentMobilePageBorder;
text-align: center;
font-weight: bold;
font-size: $titleFontSize;
}
.gallery {
padding-bottom: 40px;
overflow: hidden;
}