21 lines
370 B
CSS
21 lines
370 B
CSS
/*
|
|
Theme Name: dt-the7-child
|
|
Description: Thème enfant the 7
|
|
Author: Bioconcept Pharma
|
|
Author URI: https://www.bio-concept-pharma.com/blog/
|
|
Template: dt-the7
|
|
Version: 1.0
|
|
*/
|
|
.masthead:not(.side-header) .header-bar {
|
|
position: static;
|
|
}
|
|
|
|
.branding a img {
|
|
display: flex;
|
|
align-self: center;
|
|
max-width: 50% !important;
|
|
}
|
|
|
|
#main {
|
|
padding: 10px 0 70px 0;
|
|
} |