forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap divs back for alternating look (dart-lang#3424)
Fixes dart-lang#3423
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,9 +249,6 @@ | |
<!-- Dart pillar details, wide design --> | ||
<div class="dart-dash-details container-fluid d-none d-sm-none d-md-block"> | ||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryOne dash-align-left" src="assets/dash/2x/1-1 async [email protected]"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container dash-align-right"> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]"/> </div> | ||
|
@@ -300,6 +297,9 @@ | |
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryOne dash-align-left" src="assets/dash/2x/1-1 async [email protected]"/> | ||
</div> | ||
</section> | ||
|
||
<section class="row dash-row"> | ||
|
@@ -359,9 +359,6 @@ | |
</section> | ||
|
||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryThree dash-align-left" src="assets/dash/2x/3-1 - aot [email protected]"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container dash-align-right"> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]"/></div> | ||
|
@@ -407,6 +404,9 @@ | |
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryThree dash-align-left" src="assets/dash/2x/3-1 - aot [email protected]"/> | ||
</div> | ||
</section> | ||
<section class="row"> | ||
<div class="dash-dartpad"> | ||
|