Skip to content

Commit df9da16

Browse files
committed
Added mobile layout screenshots
1 parent 180f300 commit df9da16

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed
276 KB
Loading
255 KB
Loading
215 KB
Loading
221 KB
Loading
227 KB
Loading

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ docker compose -f docker-compose.alt.yml up -d
2121

2222
First user signup becomes admin. Configure GitHub and Gitea through the web interface!
2323

24-
<p align="center">
25-
<img src=".github/assets/dashboard.png" alt="Dashboard" width="full"/>
26-
</p>
24+
<div align="center">
25+
<img src=".github/assets/dashboard.png" alt="Dashboard" width="79%" style="display: inline-block; vertical-align: top;"/>
26+
<img src=".github/assets/dashboard_mobile.png" alt="Dashboard Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
27+
</div>
2728

2829
## ✨ Features
2930

@@ -37,10 +38,15 @@ First user signup becomes admin. Configure GitHub and Gitea through the web inte
3738

3839
## 📸 Screenshots
3940

40-
<p align="center">
41-
<img src=".github/assets/repositories.png" width="49%"/>
42-
<img src=".github/assets/organisations.png" width="49%"/>
43-
</p>
41+
<div align="center">
42+
<img src=".github/assets/repositories.png" alt="Repositories" width="79%" style="display: inline-block; vertical-align: top;"/>
43+
<img src=".github/assets/repositories_mobile.png" alt="Rrepositories Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
44+
</div>
45+
46+
<div align="center">
47+
<img src=".github/assets/organisations.png" alt="Organisations" width="79%" style="display: inline-block; vertical-align: top;"/>
48+
<img src=".github/assets/organisation_mobile.png" alt="Organisations Mobile" width="20%" style="display: inline-block; vertical-align: middle; padding-top: 10px;"/>
49+
</div>
4450

4551
## Installation
4652

0 commit comments

Comments
 (0)