]> git.0d.be Git - panikdb.git/commitdiff
adjust widths of schedule/team
authorFrédéric Péters <fpeters@0d.be>
Fri, 30 Sep 2016 14:34:46 +0000 (16:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 30 Sep 2016 14:34:46 +0000 (16:34 +0200)
panikdb/static/css/style.css

index 4338fdd17580741a9d0a88efd97d366f5f8c9b07..0279887796c1691dc55fbdd84df5300b61eff343 100644 (file)
@@ -775,3 +775,11 @@ ul.team li::after {
 div.two-columns.schedule-team {
        width: 60%;
 }
+
+div.two-columns.schedule-team > div:first-child {
+       width: 30%;
+}
+
+div.two-columns.schedule-team > div:nth-child(2) {
+       width: 68%;
+}