diff --git a/README.md b/README.md index 66bac13..c665759 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An insanely fast and performance-based Zola theme, ported from [Light Speed Jeky Some fun facts about the theme: * Perfect score on Google's Lighthouse audit -* Only ~600 bytes of CSS +* Only ~700 bytes of CSS * No JavaScript * Now with SEO! diff --git a/sass/style.scss b/sass/style.scss index b7c69d8..67a9e42 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -3,8 +3,8 @@ body { background: #fffaf7; color: #2d2d2d; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - Helvetica, Arial, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol"; + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", + "Segoe UI Symbol"; } a, a:visited { @@ -32,6 +32,17 @@ img { height: auto; max-width: 100%; } +.homepage-list { + list-style: none; + padding: 1rem 0; +} +.homepage-list li { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + margin-bottom: 10px; +} @media (max-width: 38rem) { .homepage-list li a { width: 100%; diff --git a/templates/index.html b/templates/index.html index a491ea7..5d39636 100755 --- a/templates/index.html +++ b/templates/index.html @@ -62,7 +62,7 @@ {% endblock header %} {% block content %} -