diff --git a/README.md b/README.md
index 333d884573a00a607e03707495e21bdac4fdde5d..add72f13eaece65ecf4df309dbd4fb60cad812f1 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Feedback and contributions are appreciated!
 ## Screenshots
 Light theme | Dark theme
 ------------|-----------
-<img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_light.png" width="150"> | <img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_dark.png" width="150">
+<img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_light.png" width="240"> | <img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_dark.png" width="240">
 
 ## Installation
 **If you're using Linux**, install PyQt5 from your package manager before installing cutelog (package name is probably ``python3-pyqt5`` or ``python-pyqt5``). Or just run ``pip install pyqt5`` to install it from pip, which is sub-optimal.