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