Fix headings in content lists on small screens

References #83
This commit is contained in:
Matthias Mees 2014-03-10 20:07:50 +01:00
parent 3106a59fc4
commit dc9c05ba8b

View File

@ -1766,7 +1766,15 @@ form > .button_link:first-of-type,
.karmalog h4 { .karmalog h4 {
font-size: 1em; font-size: 1em;
line-height: 1.5; line-height: 1.5;
max-width: 85%; }
#entries_list h3,
.karmalog h4 {
max-width: 50%;
}
#serendipity_comments_list h4 {
max-width: 90%;
} }
.toggle_headline > button, .toggle_headline > button,