Skip to content

Commit e6a5430

Browse files
style: improve responsive layout of screenshot section in README
1 parent e029a5e commit e6a5430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@ Now when you visit your app over HTTPS (via Safari), iOS will trust the cert, an
245245
246246
## Screenshots
247247
248-
<p align="center" style="display: flex; flex-direction: column; align-items: center; gap: 20px;">
249-
<div style="text-align: center;">
248+
<p align="center" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 20px 0;">
249+
<div style="width: 100%; max-width: 800px; text-align: center;">
250250
<h4>Desktop View</h4>
251-
<img src="./screenshots/desktop.png" alt="WellSaid Desktop View" style="max-width: 80%; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
251+
<img src="./screenshots/desktop.png" alt="WellSaid Desktop View" style="width: 100%; max-width: 800px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
252252
</div>
253-
<div style="text-align: center;">
253+
<div style="width: 100%; max-width: 320px; text-align: center;">
254254
<h4>Mobile View</h4>
255-
<img src="./screenshots/mobile.png" alt="WellSaid Mobile View" style="max-width: 40%; min-width: 300px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
255+
<img src="./screenshots/mobile.png" alt="WellSaid Mobile View" style="width: 100%; max-width: 320px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
256256
</div>
257257
</p>
258258

0 commit comments

Comments
 (0)