diff --git a/main-site/hugo.yaml b/main-site/hugo.yaml index 170b41b..5914e9c 100644 --- a/main-site/hugo.yaml +++ b/main-site/hugo.yaml @@ -17,7 +17,7 @@ Params: description: 📜 Posts about things uri: /feed - name: Stream - description: 📽️Come watch + description: 📽️Livestreamin larry uri: /stream - name: Dev Blog description: 🧑‍💻 Dev stuff diff --git a/main-site/themes/temper/layouts/partials/main-buttons.html b/main-site/themes/temper/layouts/partials/main-buttons.html index 594a04d..2558be5 100644 --- a/main-site/themes/temper/layouts/partials/main-buttons.html +++ b/main-site/themes/temper/layouts/partials/main-buttons.html @@ -1,6 +1,5 @@ {{ range .Site.Params.Launchpad }} - {{ end }} diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index bbe8b02..816c2bc 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -206,12 +206,23 @@ ul.timeline > li:before { width: 100%; } +.launchpad-button > pre { + margin: 0.3em; +} + /* Overriding some bootstrap shittery here */ .launchpad-button { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; + text-align: left; } +.launchpad-button-text { + font-family: 'Courier New', monospace; +} + + + @media (max-width: 768px) { body { min-width: 100%; } p { font-size: x-large; }