move usbimg to media query
This commit is contained in:
parent
3167974d61
commit
685ba98623
|
@ -62,10 +62,6 @@ footer {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#usbimg {
|
|
||||||
width: 256px;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
@ -129,6 +125,10 @@ ol ol ol {
|
||||||
place-content: center;
|
place-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#usbimg {
|
||||||
|
width: 256px;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue