Patch for Blocks guide category header width

Increase the width of blocks guide category headers (the colored bar for each blocks section)
This will work until there's a language with even longer text. Probably should switch to a min-width with padding-right for the long term.
This commit is contained in:
chrisgarrity 2016-03-24 16:23:13 -04:00
parent 528e768453
commit ec6353a60d

View file

@ -18,7 +18,7 @@ body {
padding-bottom: ${css_vh(1.64)};
margin-left: ${css_vh(15.95)};
margin-top: ${css_vh(9.87)};
width: ${css_vh(36.18)};
width: ${css_vh(46.18)};
font-size: ${css_vh(2.75)};
}