Skip to content

Commit cb85557

Browse files
committed
1 parent 217762a commit cb85557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/layouts/admin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
</div>
185185
</div>
186186
<div class="footer">
187-
<div class="row">
187+
<div class="row" style="margin-bottom:15px;">
188188
<div class="col-md-12">
189189
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://github.com/Pterodactyl/Panel" target="_blank">Pterodactyl Software &amp; Design</a>.<br />
190190
Pterodactyl is licensed under a <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> license. <!-- Please do not remove this license notice. We can't stop you though... :) -->

resources/views/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
</div>
296296
</div>
297297
<div class="footer">
298-
<div class="row">
298+
<div class="row" style="margin-bottom:15px;">
299299
<div class="col-md-12">
300300
Copyright &copy; 2015 - {{ date('Y') }} <a href="https://github.com/Pterodactyl/Panel" target="_blank">Pterodactyl Software &amp; Design</a>.<br />
301301
Pterodactyl is licensed under a <a href="https://opensource.org/licenses/MIT" target="_blank">MIT</a> license. <!-- Please do not remove this license notice. We can't stop you though... :) -->

0 commit comments

Comments
 (0)