From 75944355f364d2c508c4eaf6c6d76f2eab81bc48 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 21 Sep 2023 23:03:31 -0700 Subject: [PATCH] Good format for the launchpad --- main-site/hugo.yaml | 2 +- .../themes/temper/layouts/partials/main-buttons.html | 5 ++--- main-site/themes/temper/static/css/style.css | 11 +++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) 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; }