Skip to content

Commit 7c6bb38

Browse files
committedNov 27, 2022
navbar: bigger text size
1 parent d800efe commit 7c6bb38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎components/topbar.vue

+5
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,10 @@ export default {
7070
7171
.p-button-text {
7272
color: var(--text-color);
73+
font-size: 1.1rem;
74+
text-transform: uppercase;
75+
letter-spacing: 0.1rem;
76+
font-weight: 500;
7377
}
78+
7479
</style>

0 commit comments

Comments
 (0)
Please sign in to comment.