increased width of getting started div and took away align right on images
This commit is contained in:
parent
0b01dd6278
commit
b78dec5091
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 116 KiB |
|
@ -10,7 +10,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="/images/getting-started/project-switch.png" width="320"/>
|
<img src="/images/getting-started/project-switch.png" width="600px"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="/images/getting-started/first-build.png" width="320"/>
|
<img src="/images/getting-started/first-build.png" width="600px"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#getting-started
|
#getting-started
|
||||||
width: 500px
|
width: 600px
|
||||||
margin: 0px auto
|
margin: 30px 0 0 20px
|
||||||
font-family: 'Source Sans Pro'
|
font-family: 'Source Sans Pro'
|
||||||
|
|
||||||
p
|
p
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
|
|
||||||
img
|
img
|
||||||
border: 1px solid #ddd
|
border: 1px solid #ddd
|
||||||
padding: 7px
|
padding: 15px
|
||||||
float: right
|
float: none
|
||||||
margin: 15px
|
margin: 15px 0 15px 0
|
||||||
|
|
||||||
&.spinner
|
&.spinner
|
||||||
border: 0px
|
border: 0px
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 116 KiB |
Loading…
Reference in New Issue
Block a user