diff --git a/media/stylus/components/demos/gallery-head.styl b/media/stylus/components/demos/gallery-head.styl index d93c6b8a685..940176a06e2 100644 --- a/media/stylus/components/demos/gallery-head.styl +++ b/media/stylus/components/demos/gallery-head.styl @@ -31,6 +31,7 @@ .gallery-head .count { float: left; + text-transform: uppercase; } .gallery-head .count .button { font-size: 0.636em; @@ -39,7 +40,7 @@ top: -2px; } .section-demos .gallery-head .count { - margin: 0 20px -3px 0; + margin: -2px 20px -1px 0; font: normal 22px/1.2 $heading-font-family; letter-spacing: 2px; }