mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
bg-color
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section class="w-full">
|
||||
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10">
|
||||
<div
|
||||
class="relative sm:sticky sm:top-0 bg-21gray z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl space-y-4">
|
||||
class="relative sm:sticky sm:top-0 {{ $bgColor }} z-10 flex flex-col flex-wrap items-center justify-between py-7 mx-auto md:flex-row max-w-screen-2xl space-y-4">
|
||||
<div>
|
||||
<div class="relative flex flex-col md:flex-row">
|
||||
<a href="{{ route('welcome', ['c' => $c, 'l' => $l]) }}"
|
||||
|
||||
Reference in New Issue
Block a user