fixed card alignment

This commit is contained in:
Tabby 2025-04-02 21:59:57 +11:00
parent f7f199f9da
commit cfce832b6e

View file

@ -145,21 +145,24 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
<style scoped>
.container {
display: flex;
width: 100%
display: flex;
width: 100%
}
.featured-container{
display: flex;
width: 80%;
justify-content: center;
/* margin-left: auto;
margin-right: auto; */
}
.featured-container{
/* .featured-container{
display: flex;
margin-left: 20%;
margin-right: 20%;
}
} */
.small-image-pls {
height: 20%;