diff --git a/WebInterface/Views/Home/Index.cshtml b/WebInterface/Views/Home/Index.cshtml
index 4d95c48..f2db51b 100644
--- a/WebInterface/Views/Home/Index.cshtml
+++ b/WebInterface/Views/Home/Index.cshtml
@@ -7,7 +7,6 @@
string b = "Blood";
string cp = "Cryptic Passage";
string dw = "Death Wish";
- string fo = "Fleshed Out";
string twoira = "The Way of Ira";
Func
diff --git a/WebInterface/Views/Shared/_Layout.cshtml b/WebInterface/Views/Shared/_Layout.cshtml
index 62e52da..e05bc79 100644
--- a/WebInterface/Views/Shared/_Layout.cshtml
+++ b/WebInterface/Views/Shared/_Layout.cshtml
@@ -30,6 +30,7 @@
.bordered {
border: 0.25em solid cornflowerblue;
padding-left: 1em;
+ padding-right: 1em;
margin: 1em;
}