diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-18 18:18:36 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2017-06-18 18:18:36 -0400 |
| commit | ff81576e21f5b89cbf47856c520df3e5e0c9adbe (patch) | |
| tree | e8ba2da8eaec54a203461a0db8e05a3a3e698a11 /static/style.css | |
| parent | 858de1edf50cc1128f6b621a5413b2975ca446eb (diff) | |
| download | lastfm-api-ff81576e21f5b89cbf47856c520df3e5e0c9adbe.tar.gz | |
Import listens from lastfm
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 4072988..39fc0d5 100644 --- a/static/style.css +++ b/static/style.css @@ -175,6 +175,10 @@ input:focus+label { padding: 0 16px; } +form p { + padding: 0 16px; +} + .form-element { display: flex; flex-direction: column-reverse; |
