瀏覽代碼

Update to design

tags/rls1
kenn408k 6 年之前
父節點
當前提交
ce04f47d98
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. 8
    1
      css/style.css

+ 8
- 1
css/style.css 查看文件

@@ -311,8 +311,15 @@ a:hover {
311 311
 }
312 312
 
313 313
 .event-con {
314
-    width:400px;
314
+    width:350px;
315 315
     margin-left:50px;
316
+    
317
+}
318
+
319
+.event-con p {
320
+    max-height:30px;
321
+    overflow:hidden;
322
+    text-overflow: ellipsis;
316 323
 }
317 324
 
318 325
 

Loading…
取消
儲存