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.
1 parent ae79332 commit 5662d24Copy full SHA for 5662d24
layouts/shortcodes/web_app.html
@@ -23,12 +23,12 @@ <h3 class="pl-3">{{ .title | markdownify }}
23
{{ end }}
24
25
<!-- Bias Detection Tool -->
26
- <div class="container">
+ <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
- .container {
+ .web-app__container {
32
background-color: #fff;
33
width: 100%;
34
display: flex;
@@ -40,7 +40,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
40
iframe {
41
border: none;
42
43
- height: 700px;
+ height: 770px;
44
}
45
</style>
46
</div>
0 commit comments