Set footer's text-transform to lowercase

This commit is contained in:
Maciej Pędzich 2023-04-27 09:02:54 +02:00
parent 3516cf8a3e
commit c12ad70f85

View File

@ -12,5 +12,6 @@ const today = new Date();
padding: 1rem 0;
border-top: 1px solid #fff;
text-align: center;
text-transform: lowercase;
}
</style>