diff --git a/app/pods/auk-styleguide/typography/route.js b/app/pods/auk-styleguide/typography/route.js index 9305807ed9..d15309f44a 100644 --- a/app/pods/auk-styleguide/typography/route.js +++ b/app/pods/auk-styleguide/typography/route.js @@ -14,15 +14,11 @@ export default class TypographyRoute extends Route.extend(AuthenticatedRouteMixi }, { name: 'Heading 3', - code: '

A third level heading

', + code: '

A third level heading

', }, { name: 'Heading 4', - code: '

A fourth level heading

', - }, - { - name: 'Heading 5', - code: '
A fourth level heading
', + code: '

A fourth level heading

', }, { name: 'Overline', diff --git a/app/pods/auk-styleguide/typography/template.hbs b/app/pods/auk-styleguide/typography/template.hbs index 7bf8e681d7..e9e12bf670 100644 --- a/app/pods/auk-styleguide/typography/template.hbs +++ b/app/pods/auk-styleguide/typography/template.hbs @@ -1,15 +1,45 @@ {{!-- template-lint-disable --}} - - {{#each model as |typeStyle|}} - - - {{{typeStyle.code}}} - - - {{/each}} -
\ No newline at end of file +
+
+

Individual styling

+
+ + + {{#each model as |typeStyle|}} + + + {{{typeStyle.code}}} + + + {{/each}} +
+
+ +
+
+

Content styling

+
+ +
+
+

A first level heading

+

A second level heading

+

A third level heading

+

A fourth level heading

+

This is body text where we show a bit more content in a paragraph. It contains bold and italic text.

+

+ This is smaller body text where we show a bit more content in a paragraph. It contains bold and italic text. +

+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+
+
+
\ No newline at end of file diff --git a/app/pods/components/agenda/agenda-decisions/template.hbs b/app/pods/components/agenda/agenda-decisions/template.hbs index 811045a4c7..ca41675a55 100644 --- a/app/pods/components/agenda/agenda-decisions/template.hbs +++ b/app/pods/components/agenda/agenda-decisions/template.hbs @@ -35,7 +35,7 @@ {{agendaitem.title}} -
+