From d3686e50290e362e89be77e29e83cf81ccc909be Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sat, 5 Apr 2025 20:02:54 +1100 Subject: [PATCH] okiee fixed the styling~ --- assets/css/main.scss | 8 ++++++++ components/BigButton.vue | 17 ++++++++++++++--- components/BlogCard.vue | 1 + components/BoldButton.vue | 2 +- components/ProjectCard.vue | 2 +- components/Socials.vue | 2 +- components/TextCard.vue | 2 +- pages/blog-index.vue | 17 ++++++++++++----- pages/blog/[...slug].vue | 3 ++- pages/chrono-chamber.vue | 2 +- pages/homepage.vue | 2 +- pages/index.vue | 34 ++++++++++++++++++++++++---------- pages/newIndex.vue | 2 +- 13 files changed, 68 insertions(+), 26 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 71b57a0..2a5f60e 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -19,6 +19,14 @@ body{ font-family: "Baloo Chettan 2"; } +hr { + width: 100%; + height: 0px; + border: 5px var(--accent); + border-style: dotted none none none; + max-width: var(--max-width); +} + // html { // scroll-behavior: smooth; // } diff --git a/components/BigButton.vue b/components/BigButton.vue index dabd640..3f40dbb 100644 --- a/components/BigButton.vue +++ b/components/BigButton.vue @@ -1,7 +1,9 @@ - \ No newline at end of file diff --git a/pages/homepage.vue b/pages/homepage.vue index 5ca019b..68dc25b 100644 --- a/pages/homepage.vue +++ b/pages/homepage.vue @@ -18,7 +18,7 @@ - - \ No newline at end of file