Make books float
This commit is contained in:
parent
21fb72f48b
commit
505559b912
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
@use "./base.scss";
|
@use "./base.scss";
|
||||||
|
|
||||||
// put your custom CSS here!
|
// put your custom CSS here!
|
||||||
|
@media (min-width: 600px) {
|
||||||
|
.book > p > img:first-child {
|
||||||
|
float: right;
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue