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
{
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;
}
}
</style>