revised the menu and title page.
This commit is contained in:
parent
ee5443e7b4
commit
e7e8dd5d97
|
@ -59,6 +59,8 @@ nav{
|
|||
}
|
||||
}
|
||||
&.menu-belowheader{
|
||||
border-bottom-color: #cbcbcb !important;
|
||||
border-bottom-width: 0.75px !important;
|
||||
@media only screen and (min-width: 992px){
|
||||
height: 70px;
|
||||
}
|
||||
|
@ -251,7 +253,7 @@ form{
|
|||
font-size: 20px;
|
||||
}
|
||||
.title-back{
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,13 +5,11 @@
|
|||
<!-- Get the menu if is create in panel admin -->
|
||||
<?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="col col-sm mx-sm-auto">
|
||||
<div id="content" role="main">
|
||||
<?php get_template_part('template-parts/loop', 'singular'); ?>
|
||||
</div><!-- /#content -->
|
||||
<?php get_template_part('template-parts/loop', 'singular'); ?>
|
||||
</div>
|
||||
</div><!-- /.row -->
|
||||
</div>
|
||||
</main>
|
||||
<?php get_footer(); ?>
|
Loading…
Reference in New Issue