File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 20
20
{% if event.speaker.size > 0 %}
21
21
< span class ="speaker "> {{event.speaker}}</ span >
22
22
{% else %}
23
- < span class ="speaker "> Speaker TBA...</ span >
23
+ < span class ="speaker muted "> Speaker TBA...</ span >
24
24
{% endif %}
25
25
</ td >
26
26
< td >
27
27
{% if event.title.size > 0 %}
28
28
< span class ="title "> {{event.title}}</ span >
29
29
{% else %}
30
- < span class ="title "> Talk title TBA...</ span >
30
+ < span class ="title muted "> Talk title TBA...</ span >
31
31
{% endif %}
32
32
</ td >
33
33
< td >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h2 style="margin-bottom: 10px;">Scala Lunches at EPFL</h2>
22
22
</ p >
23
23
< p > {{site.data.events.scala_lunches.header}}</ p >
24
24
</ div >
25
- < div class ="card-list scala-lunches ">
25
+ < div class ="col-md-12 card-list scala-lunches ">
26
26
{% include event-block.html %}
27
27
</ div >
28
28
< div class ="col-md-12 title scala-lunches ">
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ $link-color: $orange;
31
31
32
32
$grey-color : #828282 ;
33
33
$grey-color-light : lighten ($grey-color , 40% );
34
+ $grey-color-medium : lighten ($grey-color , 7% );
34
35
$grey-color-dark : darken ($grey-color , 25% );
35
36
36
37
// Width of the content area
@@ -933,6 +934,14 @@ div.search {
933
934
934
935
/* CARDS */
935
936
937
+ .card-list {
938
+ margin : 20px 0 50px 0 ;
939
+
940
+ .muted {
941
+ color : $grey-color-medium ;
942
+ }
943
+ }
944
+
936
945
.cards , .description-dialog {
937
946
margin-top : 10px ;
938
947
@media (max-width : 991px ) {
You can’t perform that action at this time.
0 commit comments