14 lines
203 B
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;
|
|
}
|