mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #6400 from YuriSizov/frontend-wider-articles
Make the maximum page width slightly bigger
This commit is contained in:
@@ -547,6 +547,7 @@ footer,
|
||||
|
||||
.wy-nav-content {
|
||||
background-color: var(--content-background-color);
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.wy-body-for-nav {
|
||||
@@ -556,7 +557,7 @@ footer,
|
||||
@media only screen and (min-width: 769px) {
|
||||
.wy-body-for-nav {
|
||||
/* Center the page on wide displays for better readability */
|
||||
max-width: 1100px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user