I have
@media screen and (max-width: 480px) {
#footer {
padding: 2em 1em 0.1em 1em;
}
#lineForUrl a #title-font {
max-width: 200px;
overflow: visible;
display: inline-block;
font-size: smaller;
}
}
<span id="title-font" title="{{post.title}}">
{{ post.title }}</span>
When it's in small devices I want the words to be in multiple lines.
I tried overflow;scroll
.
I want it to be like
aaaaaaaaaaaa
aaaaaaaaaaaa
aaaaaaaaaaa