diff --git a/core/themes/bartik/config/bartik.breakpoints.yml b/core/themes/bartik/config/bartik.breakpoints.yml
index 9eb9cb2..501f417 100644
--- a/core/themes/bartik/config/bartik.breakpoints.yml
+++ b/core/themes/bartik/config/bartik.breakpoints.yml
@@ -1,3 +1,3 @@
 mobile: '(min-width: 0px)'
-narrow: 'all and (min-width: 560px) and (max-width:850px)'
+narrow: 'all and (min-width: 560px) and (max-width: 850px)'
 wide: 'all and (min-width: 851px)'
diff --git a/core/themes/bartik/css/layout.css b/core/themes/bartik/css/layout.css
index fd69c49..4817eef 100644
--- a/core/themes/bartik/css/layout.css
+++ b/core/themes/bartik/css/layout.css
@@ -71,7 +71,7 @@ body,
   padding: 0 10px;
 }
 
-@media all and (min-width: 560px) and (max-width:850px) {
+@media all and (min-width: 560px) and (max-width: 850px) {
 
   #sidebar-first,
   .region-triptych-first,
