Improve placement of book covers
This commit is contained in:
parent
6cd16b980d
commit
539de15d2d
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
||||||
@import 'include/components';
|
@import 'include/components';
|
||||||
@import 'include/common';
|
@import 'include/common';
|
||||||
|
|
||||||
|
img.book-cover {
|
||||||
|
float: left;
|
||||||
|
margin: 0.5rem 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book-info {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
&:extend(.title-header);
|
&:extend(.title-header);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue