@media (max-width:768px){ #header-content { height: 100%; position: relative; margin: 0; clear: both; width: 100%; float: none; display: flex; align-items: center; justify-content: space-between; } .header-button .inner:nth-child(2) { padding: 0 !important; } } @media (max-width: 1009px) { #header.header-layout-default .blog-title img { margin: 0 !important; } }
@media (max-width:768px){
#header-content
{
height: 100%;
position: relative;
margin: 0;
clear: both;
width: 100%;
float: none;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-button .inner:nth-child(2)
{
padding: 0 !important;
}
}
@media (max-width: 1009px) {
#header.header-layout-default .blog-title img {
margin: 0 !important;
}
}