Fixes wrong footer info width and sidebar style
This commit is contained in:
parent
2e4ac430dd
commit
64a05bef13
|
@ -52,6 +52,7 @@ footer {
|
|||
}
|
||||
.tainacan-footer-info {
|
||||
font-size: 0.875rem;
|
||||
width: auto;
|
||||
|
||||
@media only screen and (max-width: 991px){
|
||||
margin: 0 calc(4.16666666667% * 1);
|
||||
|
|
|
@ -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">
|
||||
<?php dynamic_sidebar( 'tainacan-sidebar-right' ); ?>
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue