diff --git a/lib/labelmaker_web/live/home.html.heex b/lib/labelmaker_web/live/home.html.heex
index f522254..43f2a00 100644
--- a/lib/labelmaker_web/live/home.html.heex
+++ b/lib/labelmaker_web/live/home.html.heex
@@ -10,6 +10,13 @@
#{@preview_background}
#{if @label_too_long, do: "border-danger", else: "border-primary"}
#{if @label_too_long, do: "outline-danger", else: @outline != "none" && "outline-#{@outline}"}
+ #{
+ cond do
+ @align === "left" -> "text-left"
+ @align === "center" -> "text-center"
+ @align === "right" -> "text-right"
+ end
+ }
"}
style={"
aspect-ratio: 4 / 3;