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:
@@ -50,7 +50,8 @@
|
||||
|
||||
.md-tabs__link {
|
||||
opacity: 1;
|
||||
font-size: 1.2rem;
|
||||
//font-size: 1.2rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
// Navigation styling
|
||||
|
||||
Reference in New Issue
Block a user