diff --git a/Apps/HeroSkillsCardV1/content.hbs b/Apps/HeroSkillsCardV1/content.hbs
index c8ff726..4cc8d28 100644
--- a/Apps/HeroSkillsCardV1/content.hbs
+++ b/Apps/HeroSkillsCardV1/content.hbs
@@ -1,5 +1,5 @@
-
\ No newline at end of file
diff --git a/Apps/HeroSkillsCardV1/style.css b/Apps/HeroSkillsCardV1/style.css
index 0f7200f..259d5b1 100644
--- a/Apps/HeroSkillsCardV1/style.css
+++ b/Apps/HeroSkillsCardV1/style.css
@@ -2,6 +2,7 @@
/* Foundry Variable Tweaks */
--input-height: 1rem;
+ --col-gap: 8px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
@@ -50,4 +51,8 @@
grid-column: 1 / span 1;
grid-row: 2 / span 4;
}
+ .gait-skills {
+ grid-column: 2 / span 1;
+ grid-row: 2 / span 4;
+ }
}