From 8dbda4ac9e2cc43db0a4a80876eb1bedebeb6e17 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:04:27 -0400 Subject: [PATCH] Linebreak on mobile-only so it's not hip-hopping between two lines depending on the length of the word. --- src/layouts/index.html | 2 +- src/static/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index fc3ca6f..a815820 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -7,7 +7,7 @@
The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by diff --git a/src/static/css/style.css b/src/static/css/style.css index 57be1ef..fb7563d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -225,6 +225,11 @@ For authenticated users: @media only screen and (min-width: 600px) { + + #cycle-br{ + display:none; + } + #tea-steam-1{ position: absolute; z-index: 0;