This commit is contained in:
typicode
2017-03-09 00:33:24 +01:00
parent e5d7f080eb
commit e661af4317
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Change Log
## Unreleased
## [0.9.6][2016-03-08]
* Update index page
* Improve performances (lowdb `v0.15`)
* Improve performances ([lowdb](https://github.com/typicode/lowdb) `v0.15`)
* Add `Location` header to newly created resources [#473](https://github.com/typicode/json-server/pull/473)
## [0.9.5][2016-02-11]

View File

@ -1,3 +1,7 @@
html {
font-size: 70%;
}
body {
display: flex;
min-height: 100vh;