diff options
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index bffcf16..07395c2 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -180,7 +180,7 @@ </div> - <footer class="navbar navbar-default content"> + <footer class="navbar navbar-default content container"> <img src="https://cdn.discordapp.com/attachments/217054074326089728/300415125536374795/shiftos-full.png" style="width:auto; height:auto; max-width:250px;" /> <p>© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p> <p>Website styling courtesy of <a href="http://vicr123.github.io/">Victor Tran</a>.</p> |
