Skip to main content
HOW hacker hck your phone
/* Header ke liye flex layout */
.header-inner, .header-widget {
display: flex !important;
flex-direction: row-reverse !important; /* Right side alignment */
align-items: center !important;
justify-content: flex-end !important;
}
.header-logo img, .Header img
{
max-height: 50px important;
margin-left: 10px important;
}
.header-description, .Header h2
{
font-size: 13px important;
margin-left: 10px important;
}
.Header .header-categories a, .header-categories a
{
margin: 0 20px important;
font-size: 13px important;
color: #ffffff important;
}
.Header .header-categories a:hover, .header-categories a:hover {
color: #00aaff important;
}
Comments
Post a Comment