diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index cbe7097..703fd78 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -36,7 +36,7 @@ ul {
}
.gap-2 {
- gap: 0.5rem;
+ gap: var(--space-2);
}
.gap-4 {
diff --git a/src/main/resources/templates/collection.html b/src/main/resources/templates/collection.html
index e9d39a3..559bde2 100644
--- a/src/main/resources/templates/collection.html
+++ b/src/main/resources/templates/collection.html
@@ -128,8 +128,6 @@
diff --git a/src/main/resources/templates/publish.html b/src/main/resources/templates/publish.html
index eda1984..7aa7095 100644
--- a/src/main/resources/templates/publish.html
+++ b/src/main/resources/templates/publish.html
@@ -41,13 +41,12 @@