next block lower case css fix

This commit is contained in:
softsimon 2023-03-11 18:34:51 +09:00
parent 9d8037b5b0
commit 3014222eb1

View File

@ -18,5 +18,5 @@
} }
.next-block { .next-block {
text-transform: capitalize; text-transform: lowercase;
} }