diff options
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 886985e..0cc71df 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -180,8 +180,8 @@ </div> - <footer class="navbar navbar-default clearfix"> - <img src="https://cdn.discordapp.com/attachments/217054074326089728/300415125536374795/shiftos-full.png" style="width:auto; height:auto; max-width:150px;" /> + <footer class="navbar navbar-default clearfix" style="padding:5%; width:100%;"> + <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> |
