ソースを参照

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
 

読み込み中…
キャンセル
保存