diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 21:03:36 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-03 21:03:36 +0200 |
| commit | ebb806cec4af5ccdad795513335c22769cbd7aff (patch) | |
| tree | d7fb55b72d3bee7eb13d3e89680947ebd5584787 /frontend/views/graph/graph.css | |
| parent | 4eea589bd4cdd91294f14943bd90cd3f51f6ec2f (diff) | |
handle changing type more robustly
Diffstat (limited to 'frontend/views/graph/graph.css')
| -rw-r--r-- | frontend/views/graph/graph.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css index 6facb9b..d6a0ff0 100644 --- a/frontend/views/graph/graph.css +++ b/frontend/views/graph/graph.css @@ -31,7 +31,7 @@ .box h1, .box h2 { font-size: 1rem; - margin: 0 0 0.25rem 0; + margin: 0 0 0.5rem 0; } .box form label { display: flex; |
