Tweak CSS to allow document page image sizes smaller than the view port.

GitLab issue #410.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-22 01:06:56 -04:00
parent 49444faed2
commit 711a0dac57

View File

@@ -79,7 +79,7 @@ body {
}
#carousel-container img {
width: 100%;
max-width: 100%;
}
.carousel-item {