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