Skip to content

Commit 5662d24

Browse files
committed
fix width and styling issues
1 parent ae79332 commit 5662d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/shortcodes/web_app.html

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

2525
<!-- Bias Detection Tool -->
26-
<div class="container">
26+
<div class="web-app__container">
2727
<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>
31-
.container {
31+
.web-app__container {
3232
background-color: #fff;
3333
width: 100%;
3434
display: flex;
@@ -40,7 +40,7 @@ <h3 class="pl-3">{{ .title | markdownify }}
4040
iframe {
4141
border: none;
4242
width: 100%;
43-
height: 700px;
43+
height: 770px;
4444
}
4545
</style>
4646
</div>

0 commit comments

Comments
 (0)