Abolish the Family modifications

This commit is contained in:
Pau 2022-12-27 02:43:26 +01:00
parent 35608ccef5
commit 0fe5459c2f
3 changed files with 12 additions and 6 deletions

View File

@ -3,13 +3,13 @@ title: abolish-the-family
---
<div id="abolish-the-family">
<article class="book-cell">
<h1 class="red-text">Abolish the Family: A Manifesto for Care and Liberation</h1>
<div class="column is-three-fifths">
<div class="book-cover has-text-centered">
<img src="/img/books/abolish-the-family.jpg" alt="Abolish the Family Cover">
<p class="book-stats"><a class="order-link" href="https://versobooks.com/books/4075-abolish-the-family">Pre-order now</a></p>
<h1 class="red-text">Abolish The Family: A Manifesto For Care And Liberation</h1>
<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>
</article>
</div>
<hr class="red_text">
<section id="reviews">

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,7 @@ $text-colour: #1F1F1F;
body {
color: $text-colour;
font-family: $serif_font;
line-height: 1.4;
h1{
font-family: $mono_font;
@ -234,6 +235,10 @@ hr {
width: 25%;
}
.medium {
width: 50%;
}
.clearfix {
clear: both;
}
@ -384,6 +389,7 @@ footer {
font-size: 2rem;
font-weight: 300;
font-style: italic;
line-height: 1.4;
}
ol {