
7 Aug
2017
7 Aug
'17
9:42 a.m.
On 08/04/2017 05:19 PM, Daniel P. Berrange wrote:
The website does not look good in a mobile device as the text is far too small and the layout assumes a wide screen.
Make the style dynamically adapt based on viewport size, so a mobile device gets a layout more suited to its dimensions, also changing "Learn" to "Docs"
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- docs/main.css | 1 + docs/mobile.css | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ docs/page.xsl | 36 +++++++++++++++++++++- 3 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 docs/mobile.css
ACK Michal