diff --git a/README.md b/README.md index 6dbe553..1562d72 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build Hash: `{SHA1VER}` ## Overview -Provide REST API for CRUD to store and retrieve secrets with associated username, device name and optionally device class. Secret is stored in sqlite database once encrypted using an AES256 block cipher wrapped in Galois Counter Mode with the standard nonce length. +Provide REST API to store and retrieve secrets with associated username, device name and optionally device class. Secret is stored in sqlite database once encrypted using an AES256 block cipher wrapped in Galois Counter Mode with the standard nonce length. All secret operations (Create, Read, Update or Delete) require successful authentication. A JWT token is returned upon login, which must be provided for all other operations. diff --git a/www/mvp.css b/www/mvp.css index 2829080..efe79d0 100644 --- a/www/mvp.css +++ b/www/mvp.css @@ -16,7 +16,7 @@ --color-text-secondary: #999; --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; --hover-brightness: 1.2; - --justify-important: center; + --justify-important: left; --justify-normal: left; --line-height: 1.5; --width-card: 285px; @@ -459,7 +459,7 @@ table { max-width: 100%; overflow-x: auto; padding: 0; - white-space: nowrap; + /*white-space: nowrap;*/ } table td,