Skip to content

Commit 3d9cf2c

Browse files
committed
Fix align of logo and text
Signed-off-by: Pratik Karki <[email protected]>
1 parent a5c1ae7 commit 3d9cf2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<section class="bg-light">
3434
<div class="container">
3535
<div class="row">
36-
<div class="col-lg-8 order-2 order-lg-1">
36+
<div class="col-lg-6 order-2 order-lg-1">
3737
<img src="img/gwindows_logo.png" alt="Git Logo" class="img-fluid">
38-
<p class="lead"><h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2></p>
38+
<!-- <p class="lead"><h2>We bring the awesome <span class="gittext">Git</span> SCM to Windows</h2></p>
3939
<p>
4040
<a name="download" /><a class="btn btn-primary shadow mr-2" href="https://github.com/git-for-windows/git/releases/latest" target="_blank">Download</a>
4141
<a class="btn btn-outline-primary shadow mr-2" href="#contribute">Contribute</a>
42-
</p>
42+
</p> -->
4343
<!-- <div class="imagerollover">
4444
<img src="img/gwindows_logo.png" alt="Git Logo" class="img-fluid">
4545
<img class="top" src="img/git_logo.png" alt="Git Logo">

0 commit comments

Comments
 (0)