From 08c3803c3dbd4e455d004dc1224a8f67f4c81872 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Tue, 17 Mar 2020 07:16:26 +0100 Subject: [PATCH] Why center the heading on small screen resolutions? That makes no sense! --- themes/reactos/static/css/style.blue.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/themes/reactos/static/css/style.blue.css b/themes/reactos/static/css/style.blue.css index e63a34f..903c6a3 100644 --- a/themes/reactos/static/css/style.blue.css +++ b/themes/reactos/static/css/style.blue.css @@ -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;