diff --git a/css/main.scss b/css/main.scss index 7380405..3277a21 100644 --- a/css/main.scss +++ b/css/main.scss @@ -1,7 +1,20 @@ --- # Only the main Sass file needs front matter (the dashes are enough) --- @charset "utf-8"; @import "download.scss"; +@import "home.scss"; + +.kAppInfo a { + max-width: 40%; + height: auto; + margin: 15px; +} + +.kAppInfo img { + max-width: 100%; + height: auto; + margin: 0; +} diff --git a/screenshots.md b/screenshots.md index cf1f2c0..848281f 100644 --- a/screenshots.md +++ b/screenshots.md @@ -1,20 +1,23 @@ --- title: Screenshots -layout: page +layout: default +css-include: /css/main.css --- -# Screenshots +
+

Screenshots

-{% for image in site.data.screenshots %} -
-
- {{ image.title }} -

- {{image.description | markdownify}} + {% for image in site.data.screenshots %} +

+
+
+

{{ image.title }}

+

+ {{image.description | markdownify}} +

+
+ {{ image.tip }} +
-
- {{ image.tip }} -
-
-
-{% endfor %} + {% endfor %} +