Change announcement
This commit is contained in:
parent
aa4e158d16
commit
e1e8072571
@ -3,7 +3,9 @@ Octo: octo-2.webp
|
||||
title: index
|
||||
---
|
||||
|
||||
**ANNOUNCEMENT**: _Abolish the Family: A Manifesto for Care and Liberation_ [available for pre-order now](https://www.versobooks.com/books/4075-abolish-the-family).
|
||||
<h1>ANNOUNCEMENT</h1>
|
||||
Abolish the Family: A Manifesto for Care and Liberation <a href="https://www.versobooks.com/books/4075-abolish-the-family">Available For Pre-Order Now</a>.
|
||||
|
||||
|
||||
I’m ***Sophie Lewis***, writer, speaker, teacher, and recovering academic.
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -12,6 +12,16 @@ $text-colour: #1F1F1F;
|
||||
|
||||
body {
|
||||
color: $text-colour;
|
||||
font-family: $serif_font;
|
||||
|
||||
h1{
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
}
|
||||
}
|
||||
|
||||
red-text{
|
||||
color: #eb2b2b;
|
||||
}
|
||||
|
||||
$hr-width: 0.15rem;
|
||||
@ -250,6 +260,11 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: $mono_font;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
nav,footer {
|
||||
font-family: $sans_font;
|
||||
//font-style: italic;
|
||||
@ -284,6 +299,7 @@ footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* EVENTS PAGE STYLES
|
||||
====================== */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user