Fix post title going out of the box (#4392)
This commit is contained in:
parent
3bd1b8ac27
commit
ae9a10fb4d
3 changed files with 8 additions and 5 deletions
|
|
@ -191,18 +191,18 @@ article {
|
|||
font-weight: 500;
|
||||
min-height: 40px;
|
||||
font-size: calc(2vw + 26px);
|
||||
|
||||
word-break: break-word;
|
||||
|
||||
@media screen and (min-width: 1600px) {
|
||||
font-size: 57px;
|
||||
}
|
||||
|
||||
.title-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.medium {
|
||||
font-size: calc(1.85vw + 25px);
|
||||
|
||||
font-size: calc(1.85vw + 25px);
|
||||
@media screen and (min-width: 1600px) {
|
||||
font-size: 47px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -459,6 +459,7 @@
|
|||
line-height: 25px;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
word-break: break-word;
|
||||
.tag-identifier {
|
||||
font-size: 14px;
|
||||
background: $blue;
|
||||
|
|
@ -639,6 +640,7 @@
|
|||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
padding-top: 0px;
|
||||
word-break: break-word;
|
||||
@media screen and (min-width: 1600px) {
|
||||
font-size: 45px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
padding: 0px;
|
||||
font-size: 1.4em;
|
||||
font-weight: 500;
|
||||
word-break: break-word;
|
||||
}
|
||||
h4 {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue