This commit is contained in:
Name
2021-10-14 13:16:48 +03:00
parent ec6a91986b
commit be2a063145
5 changed files with 37 additions and 42 deletions

View File

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