diff options
| author | Michael <[email protected]> | 2017-04-08 19:52:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-08 19:52:07 -0400 |
| commit | 371f4d9faf9fdc1fa4de31c4a5fc04829699f12e (patch) | |
| tree | cfd259c8ebaab9068792a50c8f97a19c03c71182 /Project-Unite/Views/Shared/_Layout.cshtml | |
| parent | 4bf535019e9ab4766bd3dfa5e6e0500da55d5157 (diff) | |
| download | project-unite-371f4d9faf9fdc1fa4de31c4a5fc04829699f12e.tar.gz project-unite-371f4d9faf9fdc1fa4de31c4a5fc04829699f12e.tar.bz2 project-unite-371f4d9faf9fdc1fa4de31c4a5fc04829699f12e.zip | |
Fix padding of footer.
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
| -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> |
