mirror of https://github.com/docker/docs.git
Removed html attributes from get started
Removed the `div class` html attributes so the Get started content spans across the page, instead of rendering like a table column.
This commit is contained in:
parent
e6c33aec72
commit
569c39ad83
8
index.md
8
index.md
|
@ -9,9 +9,6 @@ skip_read_time: true
|
|||
---
|
||||
{% assign page.title = site.name %}
|
||||
|
||||
<div class="row">
|
||||
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
|
||||
|
||||
## Get started with Docker
|
||||
|
||||
Try our multi-part walkthrough that covers writing your first app,
|
||||
|
@ -20,11 +17,6 @@ production servers in the cloud. Total reading time is less than an hour.
|
|||
|
||||
[Get started with Docker](/get-started/){: class="button outline-btn"}
|
||||
|
||||
</div>
|
||||
<div markdown="1" class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Docker products
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue