Skip to content

Commit a435c36

Browse files
india3Ethrutvij-fsd
and
rutvij-fsd
authored
Fix:navbar title styling for better text wrapping (typescript-cheatsheets#649)
Co-authored-by: rutvij-fsd <[email protected]>
1 parent 411eaca commit a435c36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/css/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
margin: 0 auto;
1414
}
1515

16+
.navbar__title {
17+
white-space: normal;
18+
word-break: break-word;
19+
}
20+
1621
.footer__logo {
1722
max-width: 4rem;
1823
max-height: 4rem;

0 commit comments

Comments
 (0)