1
0
Fork 0
web-jbeyerstedt/assets/scss/templates/photo.scss

43 lines
592 B
SCSS

/* STYLE for jannikbeyerstedt.de
* for specific template
*/
@import "custom";
@import "variables";
@import "mixins";
@import "../mainvariables";
// change main.scss behavior
body {
background-color: #424242;
color: #fff;
}
@include media-breakpoint-up(sm) {
nav {
ul.nav.main {
color: $nav_fgColor;
}
}
}
// additional css
main.photo {
.container {
}
}
div.carousel {
max-width: 1300px;
margin: 0 auto;
}
// ---- from boostrap ----
// @requires animation.scss (already in main.scss) and carousel.js, util.js
@import "images";
@import "carousel";