Index: static/scss/layout/_body.scss |
=================================================================== |
--- a/static/scss/layout/_body.scss |
+++ b/static/scss/layout/_body.scss |
@@ -26,17 +26,32 @@ |
padding-bottom: $xl; |
@media (min-width: $phablet-breakpoint) |
{ |
padding-top: $xl; |
} |
} |
+.tablet-width |
+{ |
+ width: $tablet-width; |
+} |
+ |
.section |
{ |
margin-bottom: $lg; |
@media (min-width: $phablet-breakpoint) |
{ |
margin-bottom: $xl; |
} |
} |
+ |
+.section-accent |
+{ |
+ padding-top: $xl; |
+ padding-bottom: $xl; |
+ background-image: url("/img/png/accent-bg.png"); |
+ background-size: 100%; |
+ background-repeat: no-repeat; |
+ background-position: center 0; |
+} |