float the usb guy
This commit is contained in:
parent
87c4ae9714
commit
73ad0fccd1
11
styles.css
11
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;
|
||||
|
|
Loading…
Reference in New Issue