Skip to content

The headings now have different font size for h1,h2,h3 #852

The headings now have different font size for h1,h2,h3

The headings now have different font size for h1,h2,h3 #852

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check