Increase font size for navigation tabs

Commented the previous font size and updated it to 1.4rem to improve readability. This change enhances the user experience by providing clearer and more accessible navigation labels.
This commit is contained in:
tfw
2025-05-27 15:04:19 +02:00
parent a516568ab3
commit bab48487e8
+2 -1
View File
@@ -50,7 +50,8 @@
.md-tabs__link { .md-tabs__link {
opacity: 1; opacity: 1;
font-size: 1.2rem; //font-size: 1.2rem;
font-size: 1.4rem;
} }
// Navigation styling // Navigation styling