Skip to content

Commit

Permalink
Follow up review
Browse files Browse the repository at this point in the history
- Font size family from px to rem, among other things
  • Loading branch information
dantovbein committed Jan 16, 2023
1 parent 5ba2ac6 commit 3c7360f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/src/block-templates/issues/template.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import mainThemeUrl from '../main-theme-url';

const item = ['core/group', {
className: 'd-flex',
backgroundColor: 'white',
style: {
border: { radius:'4px' },
border: { radius: '4px' },
spacing: {
padding: {
top:'32px',
Expand All @@ -30,7 +29,7 @@ const item = ['core/group', {
level: 5,
className: 'w-auto',
style: {
typography: { fontSize: '16px' },
typography: { fontSize: '1rem' },
spacing: {
margin: { top: '0px', bottom: '0px', left: '16px' },
},
Expand Down

0 comments on commit 3c7360f

Please sign in to comment.