analytics/lib
pmhoudry f52aac6a31
Correctly position websites list on mobile (#57)
On mobile, the website list at /sites does not have any X padding. The
elements touch the screen left and right. This corrects it by wrapping
the list in a div with "px-4" on it.

This could also be achieved by setting "px-4" and "md:px-0" on every
element but it is unecessarily complex and if some more elements
appeared on this screen, it would be easy to forget this. A container
should be in charge of this, which is what is proposed here.
2020-04-21 10:56:12 +03:00
..
mix/tasks Add space below link 2020-03-24 15:09:50 +02:00
plausible Fix tests 2020-03-31 15:01:27 +03:00
plausible_web Correctly position websites list on mobile (#57) 2020-04-21 10:56:12 +03:00
plausible_web.ex Export main graph as csv (#24) 2020-01-13 15:16:35 +02:00
plausible.ex Initial commit 2019-09-02 12:29:19 +01:00