mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
@ -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;
|
||||
|
Reference in New Issue
Block a user