Browse Source

Update to design

tags/rls1
kenn408k 6 years ago
parent
commit
ce04f47d98
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      css/style.css

+ 8
- 1
css/style.css View File

311
 }
311
 }
312
 
312
 
313
 .event-con {
313
 .event-con {
314
-    width:400px;
314
+    width:350px;
315
     margin-left:50px;
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…
Cancel
Save