diff --git a/public/css/style.css b/public/css/style.css index e1d3a6e..af35e7d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -105,6 +105,7 @@ header h1 { header h1 span { background: linear-gradient(135deg, #3b82f6, #8b5cf6); -webkit-background-clip: text; + background-clip: text; -webkit-text-fill-color: transparent; } @@ -302,10 +303,12 @@ header p { margin-bottom: 0.75rem; } -.banner-left { +.section-actions { display: flex; + flex-wrap: nowrap; align-items: center; - gap: 1.5rem; + gap: 0.5rem; + justify-content: flex-start; } .banner-actions { diff --git a/public/index.html b/public/index.html index 7e6934e..0f74424 100644 --- a/public/index.html +++ b/public/index.html @@ -37,15 +37,13 @@