mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-05 09:00:27 +02:00
ota-wizard: fix grid layout
This commit is contained in:
parent
f7c604dbdc
commit
f81a2de7c1
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
<ion-slide>
|
<ion-slide>
|
||||||
<ion-grid>
|
<ion-grid>
|
||||||
<ion-row>
|
<ion-row>
|
||||||
<ion-col col-lg-6>
|
<ion-col col-12 col-md-6>
|
||||||
<ion-icon name="wifi" style="font-size: 160px"></ion-icon>
|
<ion-icon name="wifi" style="font-size: 160px"></ion-icon>
|
||||||
<h2>Welcome</h2>
|
<h2>Welcome</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
</p>
|
</p>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
|
|
||||||
<ion-col col-lg-6>
|
<ion-col col-12 col-md-6>
|
||||||
<p>First, please make sure that your senseBox...</p>
|
<p>First, please make sure that your senseBox...</p>
|
||||||
<ul style="text-align: left">
|
<ul style="text-align: left">
|
||||||
<li>has the <b>WiFi shield</b> plugged in</li>
|
<li>has the <b>WiFi shield</b> plugged in</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue