mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
7c956d42a2
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>
5 lines
112 B
CSS
5 lines
112 B
CSS
@import url(fonts/stylesheet.css);
|
|
@import url(generic.css);
|
|
@import url(libvirt.css);
|
|
@import url(mobile.css);
|