Adapting title font size

This commit is contained in:
Laurent
2025-03-21 08:39:28 +01:00
parent b31884e626
commit 02ce43e7b7
3 changed files with 10 additions and 2 deletions

View File

@@ -121,6 +121,7 @@ function getCalendar() : HTMLElement {
.title h1 .title h1
{ {
font-size: 4rem; font-size: 4rem;
margin: 0 5px 5px 5px;
} }
.calendar { .calendar {
@@ -144,6 +145,13 @@ function getCalendar() : HTMLElement {
.title { .title {
height: fit-content; height: fit-content;
} }
.text-block h1
{
font-size: 2rem;
margin: 0 5px 5px 5px;
}
} }
</style> </style>

View File

@@ -130,7 +130,7 @@ import TextBlock from "@/components/TextBlock.vue";
.text-block h1 .text-block h1
{ {
font-size: 2.5rem; font-size: 2rem;
margin: 0 5px 5px 5px; margin: 0 5px 5px 5px;
} }

View File

@@ -131,7 +131,7 @@ const token = ref("");
.text-block h1 .text-block h1
{ {
font-size: 2.5rem; font-size: 2rem;
margin: 0 5px 5px 5px; margin: 0 5px 5px 5px;
} }