Skip to content

Commit f42ee94

Browse files
authored
Merge pull request #124 from NGO-Algorithm-Audit/feature/technical-tools-integration
fix styling issue
2 parents 58f86c3 + 19d04c8 commit f42ee94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/web_app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
2424

2525
<!-- Bias Detection Tool -->
2626
<div class="web-app__container">
27-
<iframe title="Bias detection example"
27+
<iframe class="bdt_iframe" title="Bias detection example"
2828
src="https://local-first-bias-detection.s3.eu-central-1.amazonaws.com/bias-detection.html">
2929
</iframe>
3030
<style>
@@ -37,7 +37,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
3737
align-items: center;
3838
}
3939

40-
iframe {
40+
.bdt_iframe {
4141
border: none;
4242
width: 100%;
4343
height: 770px;

0 commit comments

Comments
 (0)