next block lower case css fix

This commit is contained in:
softsimon 2023-03-11 18:34:51 +09:00
parent e971846b7e
commit 6b4650f3cd
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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