Abolish the Family modifications
This commit is contained in:
parent
35608ccef5
commit
0fe5459c2f
@ -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>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<hr class="red_text">
|
||||
<section id="reviews">
|
||||
|
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user