diff --git a/homepage/content/pages/404.md b/homepage/content/pages/404.md index 86f36df..db90f0a 100644 --- a/homepage/content/pages/404.md +++ b/homepage/content/pages/404.md @@ -6,6 +6,6 @@ no_stats: true exclude_from_sitemap: true -![Page not Found](/theme/images/content-404.webp){:class="image-text-560-315"} +![Page not Found](/theme/images/content-404.webp){:class="image-text-600-338"} Trying to get where you want to go? This page isn't it. Sorry about that. If you're looking for what to do next, you could *take a look at our [summary.](/)* diff --git a/homepage/content/pages/blog-0010-milestone1.md b/homepage/content/pages/blog-0010-milestone1.md index be477cc..2d17dd5 100644 --- a/homepage/content/pages/blog-0010-milestone1.md +++ b/homepage/content/pages/blog-0010-milestone1.md @@ -4,6 +4,8 @@ save_as: blog/laying-foundation-for-fair-web-analytics/index.html href: /blog/laying-foundation-for-fair-web-analytics/ sitemap_priority: 0.7 +![Page not Found](/theme/images/blog-0010-milestone1.webp){:class="image-text-600-322"} + 11 Dec 2019, Hendrik Niefeld ## Episode One — Laying the foundation for fair web analytics Milestone 1 is completed. This is what we've achieved in the last six weeks. diff --git a/homepage/theme/static/css/style.scss b/homepage/theme/static/css/style.scss index e44457f..3cfd6e4 100644 --- a/homepage/theme/static/css/style.scss +++ b/homepage/theme/static/css/style.scss @@ -591,13 +591,21 @@ img { .image-text-custom { margin: 10px 0 -15px 0; } -.image-text-560-315 { - width: 560px; - height: 315px; +.image-text-600-338 { + width: 600px; + height: 338px; +} +.image-text-600-322 { + width: 600px; + height: 322px; } @media only screen and (max-width: 600px) { - .image-text-560-315 { + .image-text-600-338 { + max-width:100%; + height: auto; + } + .image-text-600-322 { max-width:100%; height: auto; } diff --git a/homepage/theme/static/images/blog-0010-milestone1.webp b/homepage/theme/static/images/blog-0010-milestone1.webp new file mode 100644 index 0000000..8fa1c09 Binary files /dev/null and b/homepage/theme/static/images/blog-0010-milestone1.webp differ