From 505559b912b3fe930ab093712404531b71fe33b3 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Fri, 19 Jan 2024 16:22:58 +0100 Subject: [PATCH] Make books float --- quartz/styles/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index b0c09dc..c063311 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,3 +1,9 @@ @use "./base.scss"; // put your custom CSS here! +@media (min-width: 600px) { + .book > p > img:first-child { + float: right; + margin-left: 2em; + } +}