Commit 65d1589b2256b660767449266bc5fa1d0ed90a64

Authored by Goutte
1 parent 596da00d

Fix the margins of the plot buttons.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
web/view/home.html.jinja2
... ... @@ -232,10 +232,10 @@
232 232  
233 233 .plots-buttons {
234 234 text-align: center;
235   - margin: 3em auto;
  235 + margin: 0 auto;
236 236 }
237 237 .plots-buttons button {
238   - margin: auto 1em;
  238 + margin: 1em 1em;
239 239 }
240 240  
241 241 #time_series svg {
... ...