float the usb guy

This commit is contained in:
filifa 2024-05-27 20:59:40 -05:00
parent 87c4ae9714
commit 73ad0fccd1
1 changed files with 7 additions and 4 deletions

View File

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