diff --git a/src/codemirror-maputnik.css b/src/codemirror-maputnik.css index c5808a1..beab9e1 100644 --- a/src/codemirror-maputnik.css +++ b/src/codemirror-maputnik.css @@ -1,6 +1,6 @@ .cm-s-maputnik.CodeMirror { height: 100%; - font-size: 10px; + font-size: 12px; } .cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters { diff --git a/src/components/Toolbar.jsx b/src/components/Toolbar.jsx index 369463b..c409ae7 100644 --- a/src/components/Toolbar.jsx +++ b/src/components/Toolbar.jsx @@ -29,7 +29,7 @@ const IconText = props => const actionStyle = { display: "inline-block", - padding: 12.5, + padding: 10, fontSize: fontSizes[4], cursor: "pointer", color: colors.white, diff --git a/src/config/scales.js b/src/config/scales.js index eac6fae..b1ddf2f 100644 --- a/src/config/scales.js +++ b/src/config/scales.js @@ -1,2 +1,2 @@ export const margins = [3, 5, 10, 30, 40] -export const fontSizes = [26, 20, 16, 14, 12, 10] +export const fontSizes = [24, 20, 18, 16, 14, 12]