Skip to content

Commit

Permalink
footer: remove left and right footer for xs device
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelroland committed May 28, 2021
1 parent e08f4ee commit 9a25cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/views.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function getFooter($footer)
{
ob_start();
?>
<div class="w-full border px-1 bg-gray-100 sm:rounded-sm border-gray-300 text-xs sm:text-sm">
<div class="w-full border border-r-0 border-l-0 sm:border-r sm:border-l px-1 bg-gray-100 sm:rounded-sm border-gray-300 text-xs sm:text-sm">
<?= $footer['notes'] ?>

</div>
Expand Down

0 comments on commit 9a25cec

Please sign in to comment.