Skip to content

Commit 5d560a3

Browse files
author
Paul Haedrich
committed
Changed away banner text to center
1 parent 35f9468 commit 5d560a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!-- Away Banner -->
104104
{#if !reloadActive}
105105
<div style="background: var(--bs-red);padding: 16px;">
106-
<p style="margin-bottom: 0px;color: rgba(255,255,255,0.8);font-weight: 500;">
106+
<p class="text-center" style="margin-bottom: 0px;color: rgba(255,255,255,0.8);font-weight: 500;">
107107
<span style="font-weight: 600;color: rgb(255,255,255);">
108108
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" fill="none" style="font-size: 20px;margin-top: -4px;margin-right: 8px;">
109109
<path d="M12 8V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>

0 commit comments

Comments
 (0)