summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/_global.scss7
-rw-r--r--design/sass/_homepage.scss1
-rw-r--r--design/templates/details/page.html1
3 files changed, 8 insertions, 1 deletions
diff --git a/design/sass/_global.scss b/design/sass/_global.scss
index 27f731f..4990554 100644
--- a/design/sass/_global.scss
+++ b/design/sass/_global.scss
@@ -111,7 +111,12 @@ h1 {
@include smcaps;
@include fontsize(11);
}
-
+.italic {
+ font-style: italic;
+}
+.small {
+ font-size: 90%;
+}
.subhead {
font-style: italic;
font-weight: 400;
diff --git a/design/sass/_homepage.scss b/design/sass/_homepage.scss
index 11f6bc2..2bade92 100644
--- a/design/sass/_homepage.scss
+++ b/design/sass/_homepage.scss
@@ -168,6 +168,7 @@
max-width: 100%;
position: relative;
z-index: 1;
+ width: 100vw;
}
.hero--wrapper {
@include constrain_wide;
diff --git a/design/templates/details/page.html b/design/templates/details/page.html
index a09a63a..69e4615 100644
--- a/design/templates/details/page.html
+++ b/design/templates/details/page.html
@@ -7,6 +7,7 @@
{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> &rarr; </li>
+ {% if object.path%}<li>{{object.path}}</li>{%endif%}
<li>{{object.title}}</li>
</ul>
<article role="main">