Skip to content

Commit a0fbec7

Browse files
committed
Removing padding
[deploy site]
1 parent 1ca5dd7 commit a0fbec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website_and_docs/layouts/docs/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
{{ partial "toc.html" . }}
2020
<hr>
2121
<div class="card h-100 bg-transparent border-0">
22-
<div class="card-header bg-transparent border-0 text-center py-0">
22+
<div class="card-header bg-transparent border-0 text-center p-0">
2323
<a href="https://seleniumconf.com/workshops/?utm_source=seleniumhq&utm_medium=banner" target="_blank">
24-
<img class="w-100 shadow-1-strong rounded" style="max-width: 300px;" src="/images/seconf_2023_banner.png" alt="SeleniumConf Chicago 2023"/>
24+
<img class="w-100 shadow-1-strong rounded" width="400px" style="max-width: 400px;" src="/images/seconf_2023_banner.png" alt="SeleniumConf Chicago 2023"/>
2525
</a>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)