[SITE] add template, blueprint, css for webdesign page
This commit is contained in:
parent
3b5f107466
commit
477c37c713
5 changed files with 202 additions and 0 deletions
46
assets/scss/templates/webdesign.scss
Normal file
46
assets/scss/templates/webdesign.scss
Normal file
|
@ -0,0 +1,46 @@
|
|||
/* STYLE for jannikbeyerstedt.de
|
||||
* for specific template
|
||||
*/
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
@import "../mainvariables";
|
||||
|
||||
// change main.scss behavior
|
||||
body {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// additional css
|
||||
main.webdesign {
|
||||
.container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.featurette {
|
||||
|
||||
h2 {
|
||||
font-family: inherit;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
img {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(xs) {
|
||||
img {
|
||||
margin: 0 auto;
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ---- from boostrap ----
|
||||
@import "images";
|
Loading…
Add table
Add a link
Reference in a new issue