Browse Source
Docs: full width illustrations on smaller screens
pull/328/head
Pēteris Caune
5 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
5 additions and
0 deletions
-
static/css/docs.css
|
|
@ -111,3 +111,8 @@ a.section:hover { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 992px) { |
|
|
|
.docs-content img { |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
} |