make long strings responsive

This commit is contained in:
Samuel Shifterovich
2018-10-27 19:10:08 +02:00
parent 48af18b224
commit 8e00f2589e
3 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
}
/* Make links responsive */
a {
/* Make links and long strings responsive */
a, long-string-list li {
word-wrap: break-word;
max-width: 300px;
}