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:
Usha Mandya 2019-12-19 20:26:50 +00:00 committed by GitHub
parent e6c33aec72
commit 569c39ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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">