diff --git a/front/src/views/CreateView.vue b/front/src/views/CreateView.vue index 91189a7..b41c6ca 100644 --- a/front/src/views/CreateView.vue +++ b/front/src/views/CreateView.vue @@ -121,6 +121,7 @@ function getCalendar() : HTMLElement { .title h1 { font-size: 4rem; + margin: 0 5px 5px 5px; } .calendar { @@ -144,6 +145,13 @@ function getCalendar() : HTMLElement { .title { height: fit-content; } + + .text-block h1 + { + font-size: 2rem; + margin: 0 5px 5px 5px; + } + } diff --git a/front/src/views/HomeView.vue b/front/src/views/HomeView.vue index 9ce7280..b871286 100644 --- a/front/src/views/HomeView.vue +++ b/front/src/views/HomeView.vue @@ -130,7 +130,7 @@ import TextBlock from "@/components/TextBlock.vue"; .text-block h1 { - font-size: 2.5rem; + font-size: 2rem; margin: 0 5px 5px 5px; } diff --git a/front/src/views/JoinView.vue b/front/src/views/JoinView.vue index b425d60..6ed6d23 100644 --- a/front/src/views/JoinView.vue +++ b/front/src/views/JoinView.vue @@ -131,7 +131,7 @@ const token = ref(""); .text-block h1 { - font-size: 2.5rem; + font-size: 2rem; margin: 0 5px 5px 5px; }