diff --git a/components/Button.vue b/components/Button.vue index 1374344..db8bb8e 100644 --- a/components/Button.vue +++ b/components/Button.vue @@ -21,11 +21,11 @@ const props = defineProps<{ background-color: #b35719; color: #ffffff; - padding: 8px 18px; - font-size: 18px; + padding: 0.7dvh 1.2dvw; + font-size: 1.1em; transition: background-color 0.2s; - border-radius: 12px; + border-radius: 0.7rem; text-decoration: none; display: inline-block; } @@ -38,7 +38,7 @@ const props = defineProps<{ background-color: grey; } -#button:hover { +.button:hover { background-color: #934410; } \ No newline at end of file diff --git a/components/Settings/UserSettings/Account.vue b/components/Settings/UserSettings/Account.vue index 5e883f5..0fe5013 100644 --- a/components/Settings/UserSettings/Account.vue +++ b/components/Settings/UserSettings/Account.vue @@ -2,8 +2,8 @@
AVATAR
@@ -21,14 +21,14 @@