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