forked from autonomic-cooperative/sophie-lewis-hugo
create abolish the family page
This commit is contained in:
@ -293,4 +293,51 @@ footer {
|
||||
small { font-weight: normal;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ABOLISH THE FAMILY STYLES
|
||||
============================= */
|
||||
|
||||
#abolish-the-family {
|
||||
padding-top: 1rem;
|
||||
@media (max-width: 480px) { padding-top: 2rem; }
|
||||
@media (max-width: 480px) { border-top: 1px solid; }
|
||||
|
||||
.book-cell {
|
||||
.book-cover { margin-top: 2em; }
|
||||
|
||||
.order-link {
|
||||
text-decoration: underline;
|
||||
font-size: 1.2rem;
|
||||
color: #851c22;
|
||||
display: inline-block;
|
||||
@media (max-width: 480px) { padding-top: 1em; }
|
||||
}
|
||||
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
#reviews {
|
||||
margin-bottom: 2rem;
|
||||
h2 {
|
||||
font-family: 'IBM Plex Serif', sans-serif;
|
||||
font-size: 2rem;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
ol {
|
||||
padding-left: 1.5rem;
|
||||
li::marker { font-family: 'IBM Plex Serif', sans-serif; }
|
||||
}
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
border: 1px solid;
|
||||
padding: 1em;
|
||||
margin-bottom: 2rem;
|
||||
.testimonial-author {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user