line-height on mobile view
-
Hi,
How can I increase the line height for mobile view?
Currently it looks like this:
https://imgur.com/a/zyVjeLlTried this but not worked:
#cookie-law-info-bar > span > span
{
float:left;
padding-left:20px;
line-height:30px;
}
@media (min-width: 320px) and (max-width: 480px) {
#cookie-law-info-bar > span > span
{
line-height:22px;
padding-left :0;
float:none;
display:block;
}
}Thanks,
TamasThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘line-height on mobile view’ is closed to new replies.