File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44< div class ="div-padding bg-color-black fg-color-white ">
55 < section class ="container clearfix ">
66 < div class ="row minisection ">
7- < div class ="col-sm ">
8- < img src ="images/pepper_side.jpg " class ="float-right " alt ="... " style ="height:500px; width:auto; ">
9- </ div >
107 < div class ="col-sm ">
118 <!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
129 {{ .Content }}
1310 </ div >
11+ < div >
12+ < img src ="images/pepper_side.jpg " class = "img-fluid " alt ="... " style ="max-height:500px; width:auto; ">
13+ </ div >
1414 </ div >
1515 </ section >
1616</ div >
2323 < h2 > {{ .Title }}</ h2 >
2424 {{ .Content }}
2525 < div class ="col-sm ">
26- < img src ="images/robot-hand.jpg " class ="float-right " alt ="... " style ="height:350px; width:auto; ">
26+ < img src ="images/robot-hand.jpg " class ="img-fluid " alt ="... " style ="max- height:350px; width:auto; ">
2727 </ div >
2828 {{range .Pages.ByParam "order"}}
2929 < div class ="col-sm ">
@@ -50,7 +50,7 @@ <h3 class="text-center">{{ .Title }}</h3>
5050 </ div >
5151 {{ end }}
5252 < div class ="col-sm ">
53- < img src ="images/asmo.jpg " class ="float-right " alt ="... " style ="height:400px; width:auto; ">
53+ < img src ="images/asmo.jpg " class ="img-fluid " alt ="... " style ="max- height:400px; width:auto; ">
5454 </ div >
5555 </ div >
5656 {{ end }}
Original file line number Diff line number Diff line change 1717}
1818
1919.div-padding {
20- padding-top : 20 px ;
21- padding-bottom : 20 px ;
20+ padding-top : 50 px ;
21+ padding-bottom : 100 px ;
2222}
2323
2424.minisection {
You can’t perform that action at this time.
0 commit comments