made article titles have ellipsis
This commit is contained in:
parent
0e7b85ae56
commit
3591b44b62
1 changed files with 5 additions and 2 deletions
|
@ -34,10 +34,13 @@ a:hover {
|
||||||
font-family: "Courier Prime", Georgia, serif;
|
font-family: "Courier Prime", Georgia, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt >a {
|
dt {
|
||||||
font-family: "Courier Prime", Georgia, serif;
|
font-family: "Courier Prime", Georgia, serif;
|
||||||
}
|
|
||||||
|
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow:hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
/*font sizes*/
|
/*font sizes*/
|
||||||
h1 {
|
h1 {
|
||||||
font-size:1.95rem;
|
font-size:1.95rem;
|
||||||
|
|
Loading…
Reference in a new issue