diff --git a/templates/Apps/BookGeistSheet/items.hbs b/templates/Apps/BookGeistSheet/items.hbs
index bbc131e..7169684 100644
--- a/templates/Apps/BookGeistSheet/items.hbs
+++ b/templates/Apps/BookGeistSheet/items.hbs
@@ -1,9 +1,9 @@
{{#if attacks}}
{{ rc-i18n "RipCrypt.common.attacks" }}
-
+
{{#each attacks as |attack|}}
-
{{/if}}
-
+
{{/each}}
-
+
{{/if}}
{{#if crafts}}
{{ rc-i18n "RipCrypt.common.glimcraft" }}
-
+
{{#each crafts as |craft|}}
-
{{craft.name}}
-
+
{{/each}}
-
+
{{/if}}
{{ rc-i18n "RipCrypt.common.defense" }}
diff --git a/templates/Apps/BookGeistSheet/style.css b/templates/Apps/BookGeistSheet/style.css
index 4c8b2cf..78c477f 100644
--- a/templates/Apps/BookGeistSheet/style.css
+++ b/templates/Apps/BookGeistSheet/style.css
@@ -79,6 +79,7 @@
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
grid-template-rows: repeat(3, auto);
+ align-items: center;
gap: 2px;
ul {