Skip to content

Commit

Permalink
increase ciritical viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
maxboeck committed Apr 18, 2020
1 parent 7878bbc commit 58a9bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/assets/styles/components/_actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
display: flex;
justify-content: center;

.no-js & {
display: none;
}

&__btn {
@include button-reset;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion utils/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
html: content,
inline: true,
width: 1280,
height: 800,
height: 1000,
timeout: 30000
}
const html = await critical.generate(config)
Expand Down

0 comments on commit 58a9bf8

Please sign in to comment.