From de8528e698c2d55970117fbe80fbef2f8bf9ac5a Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Mon, 31 Jul 2017 10:54:45 -0700 Subject: [PATCH] At extra small widths (phones), stack jumbotron elements. Homepage "jumbotron" (logo + statement) should align well on all viewport sizes. Specifically on phones (<768px), logo and statement should both take full width and stack (and center). At tablet widths, distribute 1/3:2/3. At larger widths, 1/4:3/4. --- docs/_layouts/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 3f6c2f8..d1b1589 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -85,10 +85,10 @@
-
- +
+
-
+

Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.