forked from autonomic-cooperative/sophie-lewis-hugo
writing: refactor and style books section
This commit is contained in:
@ -50,7 +50,29 @@
|
||||
}
|
||||
|
||||
.writing-section {
|
||||
padding-bottom: 28px;
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
#books-section {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
#books-section h3 {
|
||||
font-size: 21px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
.book-cell {
|
||||
text-align: center;
|
||||
}
|
||||
.book-cover img {
|
||||
max-width: 140px;
|
||||
}
|
||||
|
||||
.book-stats {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user