diff --git a/content/style.css b/content/style.css index c79676d..6fe7929 100644 --- a/content/style.css +++ b/content/style.css @@ -9,7 +9,7 @@ } div { overflow: hidden; - text-overflow: "..."; + text-overflow: ellipsis; } div.item-1 { grid-column: 2 / 3;