Skip to content
Snippets Groups Projects
Commit 8dd4d032 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

accommodate articles with two titles

parent 57d1fb8f
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ ul li.definition { ...@@ -327,7 +327,7 @@ ul li.definition {
display: -webkit-box; display: -webkit-box;
width: 100%; width: 100%;
-webkit-line-clamp: 3; -webkit-line-clamp: 4;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow-y: hidden; overflow-y: hidden;
overflow-x: auto; overflow-x: auto;
......
...@@ -207,7 +207,11 @@ article h2 { ...@@ -207,7 +207,11 @@ article h2 {
padding-top: 4px; padding-top: 4px;
padding-bottom: 0px; padding-bottom: 0px;
font-family: Inria Serif; font-family: Inria Serif;
font-size: 30px; font-size: 28;
}
.sm h2, .xs h2 {
font-size: 22px;
} }
article h2.secondary_header { article h2.secondary_header {
...@@ -250,7 +254,7 @@ div.lemma { ...@@ -250,7 +254,7 @@ div.lemma {
} }
.long_lemma { .long_lemma {
font-size: 60% !important; font-size: 18px !important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment