diff --git a/pages/index.vue b/pages/index.vue
index 5350789..30bc6c0 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -60,9 +60,9 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
Latest Project
-
+
queryContent('blog').sort({id:-1
}
+.featured-container{
+ display: flex;
+ margin-left: 20%;
+ margin-right: 20%;
+}
+
+.small-image-pls {
+ height: 20%;
+}
+
.left-col {
flex:1;
width: 50%;
@@ -170,6 +180,9 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
.container{
flex-direction: column;
}
+ .featured-container{
+ flex-direction: column;
+ }
.aboutme{
visibility: collapse;
}