diff --git a/src/layouts/index.html b/src/layouts/index.html index 17e7c25..d0c55c5 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 @@ -69,6 +69,12 @@ .discord-btn:hover{ background-color: #388495 !important; } + + @media only screen and (min-width: 992px) { + #cycle-br{ + display:none; + } + } diff --git a/src/static/css/style.css b/src/static/css/style.css index 9cb96a3..a2d8368 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -226,10 +226,6 @@ For authenticated users: @media only screen and (min-width: 600px) { - #cycle-br{ - display:none; - } - #tea-steam-1{ position: absolute; z-index: 0;