Fixes wrong footer info width and sidebar style

This commit is contained in:
mateuswetah 2020-07-14 11:39:10 -03:00
parent 2e4ac430dd
commit 64a05bef13
3 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@ footer {
} }
.tainacan-footer-info { .tainacan-footer-info {
font-size: 0.875rem; font-size: 0.875rem;
width: auto;
@media only screen and (max-width: 991px){ @media only screen and (max-width: 991px){
margin: 0 calc(4.16666666667% * 1); margin: 0 calc(4.16666666667% * 1);

View File

@ -1,4 +1,4 @@
<div class="pl-lg-0 col-12 col-lg-3 border-top pt-4 mt-4 pt-md-0 mt-md-0 border-jelly-bean sidebar-border"> <div class="pl-lg-0 col-12 col-lg-3 pt-4 mt-4 pt-md-0 mt-md-0">
<div id="sidebar" class="py-4 pt-md-0 mx-2 mx-sm-0 sidebar hidden-print"> <div id="sidebar" class="py-4 pt-md-0 mx-2 mx-sm-0 sidebar hidden-print">
<?php dynamic_sidebar( 'tainacan-sidebar-right' ); ?> <?php dynamic_sidebar( 'tainacan-sidebar-right' ); ?>
</div> </div>

File diff suppressed because one or more lines are too long