Fix breaking title and order links #1085

This commit is contained in:
DianaXWiki 2023-09-04 18:00:25 +03:00
parent dd030b67fd
commit c35478b464
1 changed files with 3 additions and 0 deletions

View File

@ -38,9 +38,11 @@
font-weight: 500;
color: @cryptpad_color_brand;
font-size: 2.8rem;
white-space:pre;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
.cp-home-hero {
@ -86,6 +88,7 @@
padding: 1.3rem;
a {
margin: 1.3rem;
margin-left:auto;
}
}
}