Merge pull request #9839 from mike-000/patch-1
Enable correct display of side-by-side example when not using the examples template
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
|
.wrapper {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.half {
|
.half {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|||||||
@@ -9,11 +9,13 @@ cloak:
|
|||||||
- key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5
|
- key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5
|
||||||
value: Your Bing Maps Key from http://www.bingmapsportal.com/ here
|
value: Your Bing Maps Key from http://www.bingmapsportal.com/ here
|
||||||
---
|
---
|
||||||
<div class="half">
|
<div class="wrapper">
|
||||||
<h4>Road</h4>
|
<div class="half">
|
||||||
<div id="roadMap" class="map"></div>
|
<h4>Road</h4>
|
||||||
</div>
|
<div id="roadMap" class="map"></div>
|
||||||
<div class="half">
|
</div>
|
||||||
<h4>Aerial</h4>
|
<div class="half">
|
||||||
<div id="aerialMap" class="map"></div>
|
<h4>Aerial</h4>
|
||||||
|
<div id="aerialMap" class="map"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user