2022-09-29 15:24:11 +00:00
|
|
|
$lg-breakpoint: 1600px;
|
2022-09-28 20:49:59 +00:00
|
|
|
$md-breakpoint: 1100px;
|
|
|
|
$sm-breakpoint: 900px;
|
|
|
|
$xs-breakpoint: 400px;
|
|
|
|
|
|
|
|
$primary: #ff00ff;
|
|
|
|
$secondary: red;
|
|
|
|
|
|
|
|
.pagination-nav {
|
|
|
|
margin-top: 1em;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2022-09-28 21:43:45 +00:00
|
|
|
@import 'general.scss';
|
2022-09-28 20:49:59 +00:00
|
|
|
@import 'page_container.scss';
|
|
|
|
@import 'header.scss';
|
|
|
|
@import 'gallery.scss';
|
|
|
|
@import 'single_image.scss';
|
2022-09-29 15:24:11 +00:00
|
|
|
@import 'footer.scss';
|
2022-09-28 20:49:59 +00:00
|
|
|
|