@@ -31,6 +31,13 @@ a.nohover:hover {
margin: 0 auto;
}
+.overflow {
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+
.b-title {
font-weight: 600;
font-size: 26px;