Adapting title font size
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ const token = ref("");
|
||||
|
||||
.text-block h1
|
||||
{
|
||||
font-size: 2.5rem;
|
||||
font-size: 2rem;
|
||||
margin: 0 5px 5px 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user