create abolish the family page

This commit is contained in:
2022-09-28 12:52:39 +05:00
parent 9b4fae7354
commit a921172039
4 changed files with 146 additions and 1 deletions

View File

@ -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;
}
}
}