diff --git a/pages/index.vue b/pages/index.vue index 4754f89..3c9554f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -15,15 +15,17 @@ useSeoMeta({
Coming Soon!
+ @@ -117,15 +120,17 @@ useSeoMeta({ .left-col { flex:1; - width: 66%; + width: 50%; padding: 20px; + align-self: center; /* background-color: purple; */ } .right-col { padding: 20px; - width: 500px; + width: 50%; flex: 2; + align-self: center; /* background-color: blueviolet; */ } @@ -135,10 +140,14 @@ useSeoMeta({ background-color: pink; } -@media (max-width: 800px){ +@media (max-width: 1000px){ .container{ flex-direction: column; } + .aboutme{ + visibility: collapse; + } + } .pfp {