make all menu links lowercase

This commit is contained in:
Aadil Ayub 2022-01-12 15:02:38 +05:00
parent 88578f293a
commit 7c030ec96f
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@ body {
margin: 0;
padding: 0;
display: flex;
text-transform: lowercase;
}
.menu-nav-item {