Skip to content

Commit

Permalink
fix: remove margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneblue committed Dec 31, 2020
1 parent a86aa75 commit 4ce310e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nimbo

![nimbo version](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)
![nimbo version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)
![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

The nimble Kanban board.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "1.0.0",
"name": "nimbo",
"version": "1.0.1",
"scripts": {
"build": "rollup -c --environment NODE_ENV:production",
"build-release": "npm run build && cd public && rm assets/*.map && zip -r nimbo.zip .",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<script defer src='./assets/bundle.js'></script>
</head>

<body>
<body style="margin: 0;">
</body>
</html>

0 comments on commit 4ce310e

Please sign in to comment.