revised the menu and title page.

This commit is contained in:
Fabiano 2018-06-18 11:58:57 -03:00
parent ee5443e7b4
commit e7e8dd5d97
2 changed files with 6 additions and 6 deletions

View File

@ -59,6 +59,8 @@ nav{
} }
} }
&.menu-belowheader{ &.menu-belowheader{
border-bottom-color: #cbcbcb !important;
border-bottom-width: 0.75px !important;
@media only screen and (min-width: 992px){ @media only screen and (min-width: 992px){
height: 70px; height: 70px;
} }
@ -251,7 +253,7 @@ form{
font-size: 20px; font-size: 20px;
} }
.title-back{ .title-back{
margin-top: 1rem; margin-top: 0.5rem;
} }
} }
} }

View File

@ -5,13 +5,11 @@
<!-- Get the menu if is create in panel admin --> <!-- Get the menu if is create in panel admin -->
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?> <?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
<div class="container-fluid mt-5 max-large margin-one-column"> <main role="main" class="mt-5 max-large margin-one-column">
<div class="row"> <div class="row">
<div class="col col-sm mx-sm-auto"> <div class="col col-sm mx-sm-auto">
<div id="content" role="main"> <?php get_template_part('template-parts/loop', 'singular'); ?>
<?php get_template_part('template-parts/loop', 'singular'); ?>
</div><!-- /#content -->
</div> </div>
</div><!-- /.row --> </div><!-- /.row -->
</div> </main>
<?php get_footer(); ?> <?php get_footer(); ?>