mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
18 lines
254 B
CSS
18 lines
254 B
CSS
|
@media screen and (min-width:1100px) {
|
||
|
.wy-nav-content-wrap {
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
.wy-nav-content {
|
||
|
margin: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width:1430px) {
|
||
|
.wy-nav-content-wrap {
|
||
|
margin-left: 300px;
|
||
|
}
|
||
|
.wy-nav-content {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|