mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add hyphenation to titles which might contain long words.
This commit is contained in:
parent
0c15dae30e
commit
ca284f8d7e
3 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
hyphens: auto;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 19px;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
hyphens: auto;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 19px;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
.heading {
|
||||
margin-right: 24px;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.profileLink {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue