wrap long urls
This commit is contained in:
parent
a0885902dd
commit
409a6e8885
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
|||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
|
||||
a {
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
figure {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue