Why center the heading on small screen resolutions? That makes no sense!

This commit is contained in:
Colin Finck 2020-03-17 07:16:26 +01:00
parent 4f67e149f4
commit 08c3803c3d
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -479,11 +479,6 @@ fieldset[disabled] .btn-template-main.active {
font-size: 30px;
font-weight: 700;
}
@media (max-width: 991px) {
#heading-breadcrumbs h1 {
text-align: center;
}
}
.bar {
position: relative;
background: #467fbf;