Skip to content

Commit

Permalink
Merge pull request #554 from DanielRuf/fix/remove-duplicate-propertie…
Browse files Browse the repository at this point in the history
…s-rename-flex-pack

Remove duplicate CSS properties and rename flex-pack to justify-content
  • Loading branch information
juliangarnier authored Jul 25, 2019
2 parents 9290533 + d6f3a3c commit da7e13a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion documentation/assets/css/animejs.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
Expand Down
1 change: 0 additions & 1 deletion documentation/assets/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ article {
z-index: 1;
display: flex;
align-items: center;
flex-pack: center;
justify-content: center;
width: 100%;
min-height: 200px;
Expand Down
1 change: 0 additions & 1 deletion documentation/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ a:hover .arrow:before,
.nav-bar-content {
display: flex;
flex-shrink: 0;
flex-direction: row;
grid-column: 1/13;
justify-content: space-between;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion documentation/assets/js/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ var logoAnimation = (function() {
targets: '.dot',
scale: 1,
rotate: '1turn',
scaleY: {value: .5, delay: 0, duration: 150, delay: 230},
scaleY: {value: .5, duration: 150, delay: 230},
translateX: 430,
translateY: [
{value: 244, duration: 100},
Expand Down

0 comments on commit da7e13a

Please sign in to comment.