diff --git a/src/layouts/dark.ejs b/src/layouts/dark.ejs index a8806ab..c266a8a 100644 --- a/src/layouts/dark.ejs +++ b/src/layouts/dark.ejs @@ -25,7 +25,7 @@ } - + <%- include('partials/navigation', { "page": "dark" }) %>

diff --git a/src/layouts/default.ejs b/src/layouts/default.ejs index 84bce45..150891e 100644 --- a/src/layouts/default.ejs +++ b/src/layouts/default.ejs @@ -3,7 +3,7 @@ <%- include('partials/head') %> - + <%- include('partials/navigation', { "page": "main" }) %>

diff --git a/src/partials/aside.ejs b/src/partials/aside.ejs index 5c5468e..6fd2c76 100644 --- a/src/partials/aside.ejs +++ b/src/partials/aside.ejs @@ -29,6 +29,7 @@

diff --git a/src/partials/components/grid.ejs b/src/partials/components/grid.ejs index 31e0c42..9aa4d49 100644 --- a/src/partials/components/grid.ejs +++ b/src/partials/components/grid.ejs @@ -2,7 +2,7 @@

Grid System

- Terminal CSS has no build in grid system, however, you can roll your own with Flexbox or CSS Grid. + Terminal CSS has no build-in grid system. However, you can roll your own with Flexbox or CSS Grid.

diff --git a/src/partials/components/lists.ejs b/src/partials/components/lists.ejs index 386ef43..75a1640 100644 --- a/src/partials/components/lists.ejs +++ b/src/partials/components/lists.ejs @@ -13,7 +13,7 @@
  • A couple more
  • -
  • top level list items
  • +
  • Top-level list items
  • Don't forget Ordered lists:

      diff --git a/src/partials/documentation.ejs b/src/partials/documentation.ejs index 1d1f66b..7f1b422 100644 --- a/src/partials/documentation.ejs +++ b/src/partials/documentation.ejs @@ -1,6 +1,8 @@

      Documentation

      -

      Most of the documentation is still in an early stage. For in detail informations please have a look at the source of this website.

      +

      Most of the documentation is still at an early stage. For more details, please have a look at the source of this website.

      <%- include('documentation/variables') %> +
      + <%- include('documentation/typography') %>
      \ No newline at end of file diff --git a/src/partials/documentation/typography.ejs b/src/partials/documentation/typography.ejs new file mode 100644 index 0000000..833f4ce --- /dev/null +++ b/src/partials/documentation/typography.ejs @@ -0,0 +1,11 @@ +
      +
      +

      Typography

      +
      +

      Terminal CSS uses a single font size for almost all elements. However, there is a way to use browser default font sizes if you wish.

      +
      +
      Single font size
      +
      Use <body class="terminal">. If you leave that option, it will fallback to browser defaults. See here.
      +
      +
      + diff --git a/src/partials/documentation/variables.ejs b/src/partials/documentation/variables.ejs index 6ce49be..32c9d0e 100644 --- a/src/partials/documentation/variables.ejs +++ b/src/partials/documentation/variables.ejs @@ -2,7 +2,7 @@

      Variables

      -

      It's easy to customize the style of Terminal CSS with CSS Variables.

      +

      Customizing the style of Terminal CSS with CSS Variables is easy.