summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
Diffstat (limited to 'design')
-rw-r--r--design/sass/_archives.scss1
-rw-r--r--design/sass/_details.scss2
-rw-r--r--design/sass/_photos.scss4
-rw-r--r--design/templates/archives/projects.html2
4 files changed, 6 insertions, 3 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss
index c477467..0181bc7 100644
--- a/design/sass/_archives.scss
+++ b/design/sass/_archives.scss
@@ -1,6 +1,7 @@
// container for archive intros
.intro {
@include constrain_wide;
+ font-family: $fancy_serif;
@include breakpoint(alpha){
display: grid;
grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
diff --git a/design/sass/_details.scss b/design/sass/_details.scss
index ca18c2e..ab82c4b 100644
--- a/design/sass/_details.scss
+++ b/design/sass/_details.scss
@@ -312,6 +312,7 @@ sup {
// ### Books ###
.book-metadata {
text-align: left;
+ @include fancy_sans;
dd {
display: inline;
margin: 0;
@@ -329,6 +330,7 @@ sup {
}
.thoughts, .highlights, .meta-cover {
@include constrain_narrow;
+ font-family: $fancy_serif;
text-align: left;
p {
max-width: 100%;
diff --git a/design/sass/_photos.scss b/design/sass/_photos.scss
index 0ae3b0d..95d6c45 100644
--- a/design/sass/_photos.scss
+++ b/design/sass/_photos.scss
@@ -57,8 +57,8 @@
@include transparent_class;
position: absolute;
left: 0;
- bottom: 8px;
- width: 100%;
+ bottom: -10px;
+ width: 272px;
background: $brown;
color: #999999;
}
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html
index 2ad2e37..738317f 100644
--- a/design/templates/archives/projects.html
+++ b/design/templates/archives/projects.html
@@ -20,7 +20,7 @@
<img sizes="(max-width: 850px) 100vw, (min-width: 851px) 720px" srcset="{{object.get_project_image|slice:"0:-4"}}_lg.jpg 1280w" src="{{object.get_project_image}}" alt="{{ object.title }}" class="post-image" />
</a>
<div class="wide-wrapper">
- <h2 class="post-title"><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}} {{object.subtitle|safe}}</a></h2>
+ <h2 class="post-title"><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}}</a></h2>
<div class="post-summary">{{object.lede|safe|smartypants}}</div>
<a class="permalink" href="{{object.get_absolute_url}}">Explore&nbsp;&#8674;</a>
</div>