Changing the title size so it fits.

This commit is contained in:
sergiotarxz 2023-05-18 08:51:37 +02:00
parent f0d6cbc1a8
commit 5a458c8201
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ body {
min-width: 100%; }
body div.title-image div.text-title {
color: coral;
font-size: 4.0vh;
font-size: 3.0vh;
position: absolute;
top: 50%;
left: 50%;

View File

@ -29,7 +29,7 @@ body {
}
div.text-title {
color: coral;
font-size: 4.0vh;
font-size: 3.0vh;
position: absolute;
top: 50%;
left: 50%;