We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7f08 commit e661af4Copy full SHA for e661af4
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Change Log
2
3
-## Unreleased
+## [0.9.6][2016-03-08]
4
5
* Update index page
6
-* Improve performances (lowdb `v0.15`)
+* Improve performances ([lowdb](https://github.com/typicode/lowdb) `v0.15`)
7
* Add `Location` header to newly created resources [#473](https://github.com/typicode/json-server/pull/473)
8
9
## [0.9.5][2016-02-11]
src/server/public/style.css
@@ -1,3 +1,7 @@
+html {
+ font-size: 70%;
+}
+
body {
display: flex;
min-height: 100vh;
0 commit comments