diff --git a/Dockerfile b/Dockerfile
index bbf0c4c..0695289 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build
-FROM node:18-alpine AS build
+FROM node:20-alpine AS build
WORKDIR /usr/src/app
diff --git a/js/main.js b/js/main.js
index 76e6f83..5a85631 100644
--- a/js/main.js
+++ b/js/main.js
@@ -14,6 +14,7 @@ const {
/* ************** Options ************** */
const initialTheme = {
+ textAlign: "center",
...getAllPresets()[15],
background: "#62518d",
borderSize: 5,
diff --git a/partials/head.html b/partials/head.html
index 45ab0c9..fd56ed7 100644
--- a/partials/head.html
+++ b/partials/head.html
@@ -43,8 +43,11 @@
+
+
diff --git a/styles/toolbox-main.scss b/styles/toolbox-main.scss
index 683772d..22859c5 100644
--- a/styles/toolbox-main.scss
+++ b/styles/toolbox-main.scss
@@ -55,6 +55,13 @@
.title,
.subtitle {
transition: 0.25s ease;
+ white-space: nowrap;
+ }
+
+ // Ensure Electrolize font loads properly
+ .title[style*="Electrolize"],
+ .subtitle[style*="Electrolize"] {
+ font-family: "Electrolize", monospace !important;
}
img {