Skip to content

Commit

Permalink
typography fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aotearoan committed Sep 3, 2020
1 parent 7c41bb5 commit 8982ad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aotearoan/neon",
"description": "Neon is a design library of components for use with VueJS. It supports light and dark modes and can be extended to support multiple themes",
"version": "0.32.1",
"version": "0.32.2",
"main": "dist/@aotearoan/neon.umd.js",
"types": "dist/@aotearoan/components.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/design/typography/Typography.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.typography-scale {
margin-top: 8 * $base-space;
margin-top: 8 * $base-space !important;
margin-bottom: 3 * $base-space;
}
2 changes: 1 addition & 1 deletion src/app/views/design/typography/Typography.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
</neon-card-header>
<neon-card-body>
<neon-anchor id="body-text" />
<h2 class="neon-h4">Paragraph text</h2>
<neon-note color="info">
<span
><strong>Note:</strong> For improved readability, paragraph text is limited to a maximum width. The default
width is 70ch but this is customizable in SASS.</span
>
</neon-note>
<h2 class="neon-h4">Paragraph text</h2>
<p>
The default paragraph text. I'm baby coloring book kogi raw denim letterpress, normcore artisan pok pok.
Cornhole vice lumbersexual affogato tumblr knausgaard. Raw denim squid semiotics mlkshk irony thundercats. Pug
Expand Down

0 comments on commit 8982ad1

Please sign in to comment.