File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed
Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 3131# download-grid {
3232 grid-template-columns : none;
3333 width : calc (100% - 40px );
34+ margin : 0 ;
3435}
3536
3637.download-box {
Original file line number Diff line number Diff line change @@ -105,8 +105,10 @@ section p {
105105
106106# download-grid {
107107 display : grid;
108- grid-template-columns : repeat (3 , 1fr );
108+ grid-template-columns : repeat (2 , 1fr );
109109 grid-gap : 20px ;
110+ max-width : 900px ;
111+ margin : 0 auto;
110112}
111113
112114.download-box h2 {
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ <h1>Build Your Own WebThings Gateway</h1>
105105 < h2 > < strong > WebThings</ strong > Gateway</ h2 >
106106 < p > for Raspberry Pi</ p >
107107 < img id ="raspberry-pi-image " src ="images/raspberry_pi.svg " alt ="Raspberry Pi "/>
108- < a href ="https://github.com/WebThingsIO/gateway/releases/download/1.0 .0/gateway-1.0 .0.img.zip " class ="button ">
109- Download 1.0
108+ < a href ="https://github.com/WebThingsIO/gateway/releases/download/1.1 .0/gateway-1.1 .0.img.zip " class ="button ">
109+ Download 1.1
110110 </ a > < br />
111111 < a href ="https://webthings.io/docs/gateway-getting-started-guide.html "> Getting Started Guide</ a >
112112 </ section >
@@ -116,19 +116,9 @@ <h2><strong>WebThings</strong> Gateway</h2>
116116 < p > for Docker</ p >
117117 < img src ="images/docker.svg " alt ="Docker "/>
118118 < a href ="https://hub.docker.com/r/webthingsio/gateway " class ="button ">
119- Download 1.0
119+ Download 1.1
120120 </ a >
121121 </ section >
122-
123- < section id ="linux-download " class ="download-box ">
124- < h2 > < strong > WebThings</ strong > Gateway</ h2 >
125- < p > for Linux</ p >
126- < img src ="images/linux.svg " alt ="Linux "/>
127- < a href ="https://github.com/WebThingsIO/gateway/releases/tag/1.0.0 " class ="button ">
128- Download 1.0
129- </ a >
130- </ section >
131-
132122 </ div >
133123 </ section >
134124 </ main >
You can’t perform that action at this time.
0 commit comments