Shift layout when viewport is large enough to accomodate
This commit is contained in:
parent
2e3ae844ba
commit
dd4d8fa264
@ -9,7 +9,6 @@ div#content {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
circle#point {
|
circle#point {
|
||||||
@ -148,4 +147,10 @@ rect#debug-view-box {
|
|||||||
stroke-width: 20px; */
|
stroke-width: 20px; */
|
||||||
fill: blue;
|
fill: blue;
|
||||||
fill-opacity: 0.2;
|
fill-opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (width >= 1800px) {
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user