diff --git a/content/blog/2022-12-07-gamels.md b/content/blog/2022-12-07-gamels.md index 1bc644c..0bfc884 100644 --- a/content/blog/2022-12-07-gamels.md +++ b/content/blog/2022-12-07-gamels.md @@ -1,13 +1,13 @@ --- layout: page -title: "I re-implemented `ls` to query the Steam API" +title: "I re-implemented ls to query the Steam API" description: "gamels: never be confused about Steam appid direcroties again" date: 2022-12-07 tags: project draft: false extra: auto_center_images: true - excerpt: "`gamels` will list all files in a directory in the style of `ls -la`, but will also show the name of any Steam game found in the listing. This utility was made to help me explore the filesystem of the Steam Deck." + excerpt: "gamels will list all files in a directory in the style of 'ls -la', but will also show the name of any Steam game found in the listing. This utility was made to help me explore the filesystem of the Steam Deck." --- Today, I released a new command-line tool called [`gamels`](https://github.com/ewpratten/gamels). diff --git a/sass/styles/components/site-timeline.scss b/sass/styles/components/site-timeline.scss index 1115d2a..dafbc61 100644 --- a/sass/styles/components/site-timeline.scss +++ b/sass/styles/components/site-timeline.scss @@ -1,14 +1,26 @@ -.timeline-item { - .timeline-datestamp { - display: inline-block; +.timeline-list { + @media screen and (max-width: 700px) { + padding-left: 1em !important; } - .mobile-linebreak { - @media screen and (max-width: 450px) { - display: block !important; + .timeline-item { + .timeline-datestamp { + display: inline-block; + } + + .mobile-linebreak { + @media screen and (max-width: 450px) { + display: block !important; + } + } + + .timeline-title { + } + + .timeline-description { + padding-left: 0.5em; + padding-right: 0.5em; + margin-left: 0.25em; } } - - .timeline-title { - } } diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index 24fa056..b5bdfd5 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -2,6 +2,8 @@ & > .container { max-width: 800px; margin: auto !important; + padding-left: 1em; + padding-right: 1em; } } diff --git a/templates/components/site-timeline.html b/templates/components/site-timeline.html index 51978e9..e2c900a 100644 --- a/templates/components/site-timeline.html +++ b/templates/components/site-timeline.html @@ -32,7 +32,7 @@ {% set pages = map[year] %} {# Per-year heading #}
{{page.extra.excerpt}}+ {% endif %} + {#