next block lower case css fix

This commit is contained in:
softsimon
2023-03-11 18:34:51 +09:00
parent e971846b7e
commit 6b4650f3cd

View File

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