Skip to content

Commit

Permalink
Fixed clothes centering
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Oct 14, 2016
1 parent b1aa711 commit 209c357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dist/components/gs-cell.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

div.gc {
background-image: var(--background-url);
background-size: 44px 44px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

table.gc {
Expand Down Expand Up @@ -172,4 +174,4 @@
});

</script>
</dom-module>
</dom-module>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gs-board",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {},
"devDependencies": {
"connect-livereload": "^0.4.0",
Expand Down

0 comments on commit 209c357

Please # to comment.