Removes all padding from landing template pages

This commit is contained in:
mateuswetah 2020-07-14 16:57:34 -03:00
parent 8413abed2c
commit 10511d02ad
2 changed files with 6 additions and 14 deletions

View File

@ -3,12 +3,8 @@
<?php get_header(); ?> <?php get_header(); ?>
<div class="max-large margin-one-column"> <div class="max-large margin-one-column">
<div class="row"> <div id="content" role="main">
<div class="col col-sm mx-sm-auto"> <?php get_template_part( 'template-parts/loop', 'singular' ); ?>
<div id="content" role="main"> </div><!-- /#content -->
<?php get_template_part( 'template-parts/loop', 'singular' ); ?>
</div><!-- /#content -->
</div>
</div><!-- /.row -->
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -3,12 +3,8 @@
<?php get_header(); ?> <?php get_header(); ?>
<div class="max-large margin-one-column"> <div class="max-large margin-one-column">
<div class="row"> <div id="content" role="main">
<div class="col col-sm mx-sm-auto"> <?php get_template_part( 'template-parts/loop', 'singular' ); ?>
<div id="content" role="main"> </div><!-- /#content -->
<?php get_template_part( 'template-parts/loop', 'singular' ); ?>
</div><!-- /#content -->
</div>
</div><!-- /.row -->
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>