Compare commits
No commits in common. "35e0f0191183b85517c86e0c085545f61c4f0bd1" and "42b4d421120c06de6f15c9052d2aa830dda176b8" have entirely different histories.
35e0f01911
...
42b4d42112
@ -8,15 +8,10 @@ octo: octo-4.webp
|
||||
<div class="thead">BOOKS</div>
|
||||
<div class="book-cell">
|
||||
<div class="book-cover">
|
||||
<a href="/writing/abolish-the-family">
|
||||
<img src="/img/books/abolish-the-family.jpg" alt='Abolish the Family Cover'>
|
||||
<p>
|
||||
DETAILS
|
||||
</p>
|
||||
</a>
|
||||
<img src="/img/books/abolish-the-family.jpg" alt='Abolish the Family Cover'>
|
||||
</div>
|
||||
<p class="book-stats"><b>Abolish the Family: A Manifesto for Care and Liberation</b></p>
|
||||
<p class="book-stats"><i><a href="https://www.versobooks.com/books/4075-abolish-the-family">Pre-order now!</a></i></p>
|
||||
<p class="book-stats"><i>Coming soon!</i></p>
|
||||
</div>
|
||||
<div class="book-cell">
|
||||
<div class="book-cover">
|
||||
|
File diff suppressed because one or more lines are too long
@ -40,4 +40,3 @@ $serif_font: IBMPlexSerif;
|
||||
@font-face {
|
||||
@include define-font-family($serif_font, lighter, italic, 'IBMPlexSerif-LightItalic.woff2')
|
||||
}
|
||||
|
||||
|
@ -189,7 +189,7 @@ hr {
|
||||
}
|
||||
|
||||
.small-cover {
|
||||
// float: left;
|
||||
float: left;
|
||||
margin-right: 1rem;
|
||||
width: 25%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user