1
0
Fork 0

Make books float

This commit is contained in:
Lucas 2024-01-19 16:22:58 +01:00
parent 21fb72f48b
commit 505559b912

View file

@ -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;
}
}