File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
themes/bigspring-light/layouts/_default Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,27 @@ <h3 class="pl-3">{{ .title | markdownify }}
2323 {{ end }}
2424
2525 <!-- Bias Detection Tool -->
26- < div id ="app "> </ div >
26+ < div class ="web-app__container ">
27+ < iframe title ="Bias detection example "
28+ src ="https://local-first-bias-detection.s3.eu-central-1.amazonaws.com/bias-detection.html ">
29+ </ iframe >
30+ < style >
31+ .web-app__container {
32+ background-color : # fff ;
33+ width : 100% ;
34+ display : flex;
35+ flex-direction : column;
36+ justify-content : center;
37+ align-items : center;
38+ }
39+
40+ iframe {
41+ border : none;
42+ width : 100% ;
43+ height : 770px ;
44+ }
45+ </ style >
46+ </ div >
2747 <!-- /Bias Detection Tool -->
2848
2949 </ div >
@@ -32,6 +52,4 @@ <h3 class="pl-3">{{ .title | markdownify }}
3252 </ div >
3353</ div >
3454<!-- text field -->
35-
36- < script type ="module " src ="https://static-files-pdf.s3.amazonaws.com/assets/index.js "> </ script >
3755{{ end }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h2 class="mb-4" style="color: #005aa7;">{{ .Title }}</h2>
2828< section class ="section ">
2929 < div class ="container ">
3030 < div class ="row ">
31- < div class ="col-lg-10 mx-auto ">
31+ < div class ="col-lg-12 mx-auto ">
3232 < div class ="content "> {{ .Content }}</ div >
3333 </ div >
3434 </ div >
You can’t perform that action at this time.
0 commit comments