From 73ad0fccd172c17cc8d274c11defe024bd8182e0 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 27 May 2024 20:59:40 -0500 Subject: [PATCH] float the usb guy --- styles.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 9360ecb..348dd03 100644 --- a/styles.css +++ b/styles.css @@ -79,6 +79,7 @@ article { padding: 20px; text-align: justify; hyphens: auto; + display: flow-root; } h1, h2, h3, h4, h5, h6 { @@ -101,16 +102,18 @@ ol ol ol { list-style: lower-roman } +#usbimg { + max-width: 256px; + margin-right: 10px; + float: left; +} + @media screen and (min-width: 80ch) { body { display: grid; place-content: center; } - #usbimg { - width: 256px; - } - main { min-width: 100%; display: flex;