docs(demos): fix platform column width

references #5311
This commit is contained in:
Brandy Carney
2016-02-03 18:09:05 -05:00
parent 858855050d
commit 7ce6735d5c

View File

@ -3,7 +3,7 @@
</ion-toolbar>
<ion-content class="platform-demo">
<p margin class="note">Change Devices to Update the Platform Values</p>
<p margin class="note">Change devices to see the platform values change.</p>
<ion-row>
<ion-col><b>Name</b></ion-col>
@ -37,6 +37,11 @@
</ion-content>
<style>
.platform-demo ion-col {
flex: 0 0 50%;
max-width: 50%;
}
.platform-demo pre {
background: #f8f8f8;
font-size: 13px;