diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:25:41 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:25:41 +0100 |
| commit | 34bc38f0bf76a9add53652f5a7442be4f7fe9851 (patch) | |
| tree | d86120a582a6c0aeb8c037ef7e27f7b3b00f42d3 /src/App.scss | |
| parent | 52dd7c009f12e1d5522787f4173670c408efa158 (diff) | |
Add settings page to app.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index c820779a..e5d4c74f 100644 --- a/src/App.scss +++ b/src/App.scss @@ -256,3 +256,8 @@ nav { display: flex; } } + +.item.right { + text-align: right; + padding-right: 20px; +} |
