Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book detail: title and shadow #5

Merged
merged 10 commits into from Jun 10, 2019
Merged
6 changes: 4 additions & 2 deletions maquetado/scss/styles.scss
Expand Up @@ -11,9 +11,11 @@
}

.book-cover {
height: 368px;
height: 100%;
max-width: 380px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary when it comes to height. You can just leave height: 380px.

margin-right: 40px;
width: 261px;
width: 100%;
max-width: 260px;
}

.book-detail-value {
Expand Down