mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -3,7 +3,7 @@
|
|||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
||||||
<ion-content class="platform-demo">
|
<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-row>
|
||||||
<ion-col><b>Name</b></ion-col>
|
<ion-col><b>Name</b></ion-col>
|
||||||
@ -37,6 +37,11 @@
|
|||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.platform-demo ion-col {
|
||||||
|
flex: 0 0 50%;
|
||||||
|
max-width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
.platform-demo pre {
|
.platform-demo pre {
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Reference in New Issue
Block a user