mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 18:19:05 +08:00
Merge pull request #150 from louquillio/logo-align-phones
At extra small widths (phones), stack jumbotron elements.
This commit is contained in:
commit
64bb5918a8
@ -85,10 +85,10 @@
|
|||||||
<!-- Main component for a primary marketing message or call to action -->
|
<!-- Main component for a primary marketing message or call to action -->
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 col-sm-3 col-xs-4">
|
<div class="col-xs-12 col-sm-4 col-md-3">
|
||||||
<img class="img-responsive center-block" src="artwork/draco3d-vert-360x274.png">
|
<img class="img-responsive center-block jumbo-logo" src="artwork/draco3d-vert-360x274.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-sm-9 col-xs-12 text-center">
|
<div class="col-xs-12 col-sm-8 col-md-9 text-center">
|
||||||
<p>Draco is an open-source library for compressing and decompressing 3D
|
<p>Draco is an open-source library for compressing and decompressing 3D
|
||||||
geometric meshes and point clouds. It is intended to improve the storage
|
geometric meshes and point clouds. It is intended to improve the storage
|
||||||
and transmission of 3D graphics.</p>
|
and transmission of 3D graphics.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user