mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
Fix padding of footer.
This commit is contained in:
parent
4bf535019e
commit
371f4d9faf
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue