From db78dd806613dde5a731175f5876a0e67e957b3e Mon Sep 17 00:00:00 2001 From: Clevetop Date: Fri, 26 Jul 2024 20:39:58 +1000 Subject: [PATCH] fixed responsive display on mobile devices and updated about me section --- pages/index.vue | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) 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({
+

About Me

-
    -
  • 20 years old, born in 2003
  • -
  • i go by she/they pronouns
  • -
  • studying games development @ UTS
  • -
  • linux initiate, currently using popOS with plasma DE
  • -
  • is a silly little catgirl :3
  • -
  • meow meow~ nya!!!
  • -
+
    +
  • 20 years old, born in 2003
  • +
  • i use she/they pronouns
  • +
  • studying games development @ UTS
  • +
  • linux initiate, currently using Kunbuntu
  • +
  • Favourite game engine: Godot!
  • +
  • meow meow~ nya!!! :3
  • +
+

Heyo! I'm Tom 👋

@@ -85,7 +87,8 @@ useSeoMeta({

Latest Blog Posts

-
+

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 {