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;