mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[doc] all: Center content when there's room
This commit is contained in:

committed by
Geoffrey McRae

parent
ff6c46f7ca
commit
936688ddac
17
doc/css/center-rtd.css
Normal file
17
doc/css/center-rtd.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user