Improve doc's main image loading time

Doc's main image is currently heavy.
This PR makes it 5x smaller while keeping equivalent design

Pairs: @gerhard, @slumbering

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2022-01-12 00:58:05 +01:00
parent 1160362711
commit aaa893c7a4
3 changed files with 1 additions and 6 deletions

View File

@@ -152,14 +152,9 @@ code {
}
img {
max-width: 380px;
display: block;
margin: auto;
width: 100%;
@include desktopWide {
max-width: 500px;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB