updated index.php
This commit is contained in:
parent
a8a532106e
commit
ce5520fb59
@ -115,7 +115,7 @@ usort($blogs, function ($a, $b) {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
gap: 1rem;
|
gap: 2.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-entry {
|
.blog-entry {
|
||||||
@ -195,6 +195,8 @@ usort($blogs, function ($a, $b) {
|
|||||||
</div>
|
</div>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="height: 350px;"></div>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user