We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58f86c3 + 19d04c8 commit f42ee94Copy full SHA for f42ee94
layouts/shortcodes/web_app.html
@@ -24,7 +24,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
24
25
<!-- Bias Detection Tool -->
26
<div class="web-app__container">
27
- <iframe title="Bias detection example"
+ <iframe class="bdt_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>
@@ -37,7 +37,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
37
align-items: center;
38
}
39
40
- iframe {
+ .bdt_iframe {
41
border: none;
42
width: 100%;
43
height: 770px;
0 commit comments