library/src/app/modals/book-page/book-page.component.scss

14 lines
203 B
SCSS

.book-image{
display: block;
margin: 1vh auto;
height: 30vh;
}
.downloadBtnsItem{
width: 100%;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}