Merge pull request 'small-adjustements' (#12) from small-adjustements into staging
continuous-integration/drone/push Build is passing Details

Reviewed-on: #12
This commit is contained in:
Aadil Ayub 2023-01-09 10:40:31 +01:00
commit 09635ab57f
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ title: Events
---
<section id="events-listing">
<h1>Upcoming Events</h1>
<h1>Past Events</h1>
<ul class="events-list">
<li class="past-event">
<p class="event-title">Parapraxis seminar, online (Zoom) with M.E. OBrien</p>
@ -50,7 +50,7 @@ title: Events
<small> 29 October 2022, 7pm</small>
</li>
<li>
<li class="past-event">
<p class="event-title">Abolish the Family launch event, UMass Boston, University Hall 2120</p>
<small>16 November 2022, 4pm</small>
</li>

View File

@ -5,7 +5,7 @@ title: abolish-the-family
<div id="abolish-the-family">
<div class="column is-three-fifths">
<div class="book-cover has-text-centered">
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1>
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1><br>
<img class="medium" src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
<p class="book-stats"><a class="order-link red-text" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p>
</div>

View File

@ -7,7 +7,7 @@
{{ range .Params.Books }}
<div class="column is-half">
<div class="book-cell">
<h3>{{ .title }}</h3>
<h3>{{ .title }}</h3><br>
<div class="book-cover">
<a href={{ .path }}>
<img src={{ .imgsrc }} alt={{ .title }}>
@ -20,4 +20,4 @@
{{ end}}
</div>
</div>
</div>
</div>