remove footer bottom margin (#7093)

This commit is contained in:
Antonio Fernandez
2024-08-12 20:31:06 -04:00
committed by GitHub
parent 5416a4dd69
commit b3f9176538

View File

@@ -502,7 +502,6 @@ else { //default: white
background: <?=$footer_background_color?>;
text-align: center;
vertical-align: middle;
margin-bottom: 60px;
padding: 8px;
<?php $br = format_border_radius($footer_border_radius, '0 0 4px 4px'); ?>
-moz-border-radius: <?php echo $br['tl']['n'].$br['tl']['u']; ?> <?php echo $br['tr']['n'].$br['tr']['u']; ?> <?php echo $br['br']['n'].$br['br']['u']; ?> <?php echo $br['bl']['n'].$br['bl']['u']; ?>;