diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-01-04 12:41:01 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-01-04 12:41:01 +0530 |
commit | 70f26c8aaad3c3a032ea325a22e5f3e6f7e8c3f4 (patch) | |
tree | 6f1ea93925078c89dc8273695b34981ffde4cb7d | |
parent | 42019e85a1a3510f99cc74f8b338e86ad6fd4ffd (diff) |
add fixed width
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 3f95cbe..ea7fdbb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ <div class="modal-contents"> <center> <h1 class="modal-text">Screenshot</h1> - <img src="screenshots.jpg" alt="Screenshot"> + <img src="screenshots.jpg" alt="Screenshot" width="90%"> </center> <section class="field-row" style="justify-content: flex-end"> <a href="https://github.com/navanchauhan/iGopherBrowser" class="btn" style="width:95px;">GitHub</a> |