Parcourir la source

Update to design

tags/rls1
kenn408k il y a 6 ans
Parent
révision
ce04f47d98
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8
    1
      css/style.css

+ 8
- 1
css/style.css Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer