Skip to content

Commit

Permalink
fix modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Oct 22, 2023
1 parent 8fe491c commit 97149f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<div class="container">
<div id="errorContainer"></div>
<div class="container bg-light p-5 my-3 rounded text-center">
<h1>📸🌐</h1>
<img src="selenium-screenshots.png" alt="Selenium Screenshots" width="64px" />
<p class="lead">A simple API service that uses Selenium and Google Chrome to take screenshots of websites.</p>
</div>
<div class="modal fade" id="apiSettingsModal" tabindex="-1" aria-labelledby="apiSettingsModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-dialog pt-5">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="apiSettingsModalLabel"><i class="fas fa-plug"></i> API Settings</h5>
Expand Down
Binary file added docs/selenium-screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97149f4

Please sign in to comment.