Skip to content

Commit 46e7d16

Browse files
author
Houssein Djirdeh
committed
update
1 parent 1acca11 commit 46e7d16

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

_layouts/home.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
---
22
layout: default
33
---
4-
<div class="flex flex-column items-center justify-center pv5 tc ph4 karla bg-secondary">
5-
<h2 class="f3 f2-m f2-l fw7 tc dark-gray mb2">
6-
What is GitPoint?
7-
</h2>
8-
9-
<p class="f6 f4-ns gray lh-copy mw7 mb5">
10-
View repository and user information, control your notifications and even manage your issues and pull requests. GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
11-
</p>
4+
<div class="flex flex-column justify-center center pv5 karla bg-secondary">
5+
<div class="flex flex-column justify-center center">
6+
7+
<div class="flex h-inherit items-center tc">
8+
<div class="flex flex-column">
9+
<h2 class="f3 f2-m f2-l fw7 dark-gray mb2">
10+
What is GitPoint?
11+
</h2>
12+
13+
<p class="f6 f4-ns gray lh-copy mw7 mb5">
14+
View repository and user information, control your notifications and even manage your issues
15+
and pull requests.
16+
GitPoint is the most feature-rich unofficial GitHub iOS client that is 100% free.
17+
</p>
18+
</div>
19+
</div>
1220

13-
<div class="flex h-100 items-center">
14-
<img class="mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
21+
<div class="flex h-100 items-center justify-center">
22+
<img class="mw5" src="/assets/images/profile-screen-side.png" alt="GitPoint Profile Screen">
23+
</div>
1524
</div>
1625
</div>
1726

0 commit comments

Comments
 (0)