Skip to content

Commit

Permalink
modernizr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaiz committed Nov 8, 2019
1 parent 5a240e7 commit 48e1574
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 7 deletions.
Binary file modified CHANGELOG.html
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Author: Joshua Michaels for studio.bio with help from Jon Iler

*******************************************************************

### 1.4.6 2019-11-07
- updated Modernizr script to address hyphens/anchor link issue
- fixed `<pre><code>` formatting globally
- various small fixes and updates

### 1.4.5 2019-10-31
- updated byline/post time
- updated theme support
Expand Down
2 changes: 1 addition & 1 deletion library/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion library/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion library/js/libs/modernizr-custom-min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions library/js/libs/modernizr-custom.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions library/scss/breakpoints/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ img {
height: auto;
}

pre {
code {
// if your code looks wonky, remove this
white-space: pre-line;
}
}

/*********************
LAYOUT & GRID STYLES
*********************/
Expand Down
2 changes: 1 addition & 1 deletion page-html.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

</section>

<section>
<section id="forms">
<h2 class="other-class">Forms</h2>
<form>
<fieldset>
Expand Down

0 comments on commit 48e1574

Please sign in to comment.