From 76074a9aa717bca408cbcba8cf38c0e50fe13da0 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 27 May 2023 11:02:57 -0500 Subject: [PATCH] fix rule spacing on about page --- WebfrontCore/Views/About/Index.cshtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebfrontCore/Views/About/Index.cshtml b/WebfrontCore/Views/About/Index.cshtml index 5b3379ee..f249012d 100644 --- a/WebfrontCore/Views/About/Index.cshtml +++ b/WebfrontCore/Views/About/Index.cshtml @@ -70,7 +70,7 @@ } var start = 1; -
+
@foreach (var rule in rules) @@ -86,6 +86,7 @@ start++; } +
}