added proper blog page and fixed listing to make it much more automatic and stable

This commit is contained in:
Clevetop 2024-07-28 13:30:56 +10:00
parent f31e5e49d2
commit bb7e3329f3
9 changed files with 622 additions and 21 deletions

View file

@ -33,4 +33,13 @@
width: 80%;
}
main {
display: flex;
flex-direction: column;
align-items: center;
padding: 2rem;
margin-top: 3.5rem;
gap: 2rem;
}
</style>