mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Set footer's text-transform to lowercase
This commit is contained in:
parent
3516cf8a3e
commit
c12ad70f85
@ -12,5 +12,6 @@ const today = new Date();
|
|||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
border-top: 1px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-transform: lowercase;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user