Skip to content

Commit 33befd4

Browse files
committed
added container class in outer div
1 parent 856c104 commit 33befd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/site/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$this->params['noTitle'] = true;
1313

1414
?>
15-
<div class="site-index">
15+
<div class="container site-index">
1616
<div style="text-align:center;margin:30px 0px 20px">
1717
<div>
1818
<img src="<?= $logoUrl ?>/composer.png" height="140px">
@@ -59,7 +59,7 @@
5959
<div class="col-lg-4">
6060
<h2>Why?</h2>
6161

62-
<p>Got tired of <code><a href="https://github.com/francoispluchino/composer-asset-plugin">fxp/composer-asset-plugin</a></code>.
62+
<p>Got tired of <code><a href="https://github.com/fxpio/composer-asset-plugin">fxp/composer-asset-plugin</a></code>.
6363
</p>
6464
<p>
6565
It's a good project with nice idea and good implementation.

0 commit comments

Comments
 (0)