Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--static/css/layout.css2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b6ddd6..6cd5d4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@
### Changed
* sort posts/pages on the error page by last modification date
+### Fixed
+ * optimize image size when viewed on mobile devices
+
## [1.1] - 2017-11-22
### Added
diff --git a/static/css/layout.css b/static/css/layout.css
index c9ee170..1355ae2 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -12,7 +12,7 @@ body {
}
img {
- max-width: 42em;
+ max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;