Merge branch 'events-fonts-and-line-space' into staging
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
7d21127ec5
@ -25,27 +25,27 @@ title: Events
|
||||
<small>28 Sep 2022 (Wed) – 7pm EST</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch – LRB Bookshop – with Lola Olufemi </p>
|
||||
<small>4 Oct 2022 (Tues) – 7pm</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Lecture on mothering against motherhood at Gropius Bau, Berlin</p>
|
||||
<small>7-8 Oct 2022 (Fri-Sat)</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family seminar, ISJPS, Sorbonne, Paris.</p>
|
||||
<small>14 Oct 2022 (Fri) – 2pm CET</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Jindřich Chalupecký Society (SJCH) curatorial collective, Display, Prague</p>
|
||||
<small>15-16 Oct 2022 (Sat-Sun)</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Abolish the Family launch discussion, Making Worlds bookstore, Philadelphia</p>
|
||||
<small> 29 October 2022, 7pm</small>
|
||||
</li>
|
||||
@ -55,12 +55,12 @@ title: Events
|
||||
<small>16 November 2022, 4pm</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">University of Pittsburgh</p>
|
||||
<small>1 Dec 2022 (Thur)</small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<li class="past-event">
|
||||
<p class="event-title">Diane di Prima and Acid Communism, Culture Nights at the Bishop Bar, Bloomington, Indiana</p>
|
||||
<small>7 December 2022, 5pm</small>
|
||||
</li>
|
||||
|
@ -13,7 +13,7 @@ $text-colour: #1F1F1F;
|
||||
body {
|
||||
color: $text-colour;
|
||||
font-family: $serif_font;
|
||||
line-height: 1.4;
|
||||
line-height: 1.7;
|
||||
|
||||
h1{
|
||||
font-family: $mono_font;
|
||||
@ -103,12 +103,6 @@ hr {
|
||||
font-family: $mono_font;
|
||||
}
|
||||
|
||||
.is-outlined{
|
||||
background: rgba(0,0,0,0);
|
||||
border-color: #eb2b2b;
|
||||
color: #eb2b2b;
|
||||
}
|
||||
|
||||
#content {
|
||||
font-size: 1.1rem;
|
||||
strong,i,b,em {
|
||||
@ -389,7 +383,6 @@ footer {
|
||||
font-size: 2rem;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
ol {
|
||||
|
@ -1,11 +1,7 @@
|
||||
<div class="hero header octopus-mobile">
|
||||
<div class="hero-body">
|
||||
{{ $content_class := $.Page.Params.title | lower }}
|
||||
{{ if eq (.Title | lower) "abolish-the-family" }}
|
||||
<a class="button is-outlined button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
||||
{{else}}
|
||||
<a class="button button-book no-underline" href="/writing/abolish-the-family/">NEW BOOK <b>Abolish The Family</b></a><br />
|
||||
{{end}}
|
||||
<a class="no-underline" href="/">
|
||||
<p class="title is-size-0-1">
|
||||
{{ site.Params.header.name }}
|
||||
|
Reference in New Issue
Block a user