Make the book look nice

foundation/workchanges
Nicholas Antonov 2018-02-27 13:43:23 -05:00
parent 63ee9ff460
commit 3d9c7d87ae
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,4 @@
@import 'variables';
@import 'foundation'; @import 'foundation';
@mixin mobile() { @mixin mobile() {
@ -69,7 +70,7 @@
grid-template-columns: fit-content 1fr 20%; grid-template-columns: fit-content 1fr 20%;
grid-template-rows: auto auto; grid-template-rows: auto auto;
grid-template-areas: "bookImage bookDescription bookSidebar" grid-template-areas: "bookImage bookDescription bookSidebar"
". bookComments ."; ". bookComments .";
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 1000px; max-width: 1000px;
@ -87,6 +88,12 @@
.bookImage { .bookImage {
grid-area: bookImage; grid-area: bookImage;
padding: 15px;
img {
padding: 5px;
border: solid 5px $gray-lighter;
}
} }
.bookImage div { .bookImage div {