mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-27 02:46:56 +00:00
Sets max width of content container to 1100 pixels and adjusts a few other settins to fit in the new arrangement. (#1046)
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
/* make the page width fill the window */
|
||||
.wy-nav-content {
|
||||
max-width: none;
|
||||
max-width: 1100px;
|
||||
background: linear-gradient(white 58px, #f2f4f5 58px 100%);
|
||||
padding-top: 10px;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.wy-nav-content-wrap .wy-nav-content {
|
||||
@@ -493,6 +496,7 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a
|
||||
|
||||
.column.featurecard {
|
||||
background: #CCE9F5;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.column.verticalcard {
|
||||
|
||||
Reference in New Issue
Block a user