Docs: full width illustrations on smaller screens

This commit is contained in:
Pēteris Caune 2020-02-03 16:08:47 +02:00
parent 4bdc893fe0
commit 1e721b8bcd
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -111,3 +111,8 @@ a.section:hover {
}
@media (max-width: 992px) {
.docs-content img {
max-width: 100%;
}
}