s
This commit is contained in:
@@ -16,6 +16,25 @@ body.books-body {
|
||||
margin: 5px 0;
|
||||
background: #e4e4e4;
|
||||
}
|
||||
#book-menu {
|
||||
list-style-type: none;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 0px;
|
||||
justify-content: left;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#book-menu li {
|
||||
margin-right: 2px;
|
||||
padding: 10px;
|
||||
background: #7f7f7f;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#book-menu li a {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
#book_id {
|
||||
width: calc(33.333% - 14px);
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user