|
11 | 11 | {% endcapture %} |
12 | 12 |
|
13 | 13 | {% if pub_date != '' %} |
14 | | - <div class="col-xs-2 col-sm-2 col-md-2 text-center"> |
| 14 | + <div class="col-2 col-sm-2 col-md-2 text-center"> |
15 | 15 | <table class="table-cv"> |
16 | 16 | <tbody> |
17 | 17 | <tr> |
|
24 | 24 | </tbody> |
25 | 25 | </table> |
26 | 26 | </div> |
27 | | - <div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0"> |
| 27 | + <div class="col-10 col-sm-10 col-md-10 mt-2 mt-md-0"> |
28 | 28 | {% if entry.url %} |
29 | | - <h6 class="title fw-bold ms-3 ms-md-4"> |
| 29 | + <h6 class="title fw-bold ms-4"> |
30 | 30 | <a href="{{ entry.url }}">{{ entry.title | default: entry.name }}</a> |
31 | 31 | </h6> |
32 | 32 | {% elsif entry.title %} |
33 | | - <h6 class="title fw-bold ms-3 ms-md-4">{{ entry.title }}</h6> |
| 33 | + <h6 class="title fw-bold ms-4">{{ entry.title }}</h6> |
34 | 34 | {% endif %} |
35 | 35 |
|
36 | 36 | {% if entry.publisher %} |
37 | | - <h6 class="ms-3 ms-md-4" style="font-size: 0.95rem"> |
| 37 | + <h6 class="ms-4" style="font-size: 0.95rem"> |
38 | 38 | <em>{{ entry.publisher }}</em> |
39 | 39 | </h6> |
40 | 40 | {% endif %} |
41 | 41 |
|
42 | 42 | {% if entry.summary %} |
43 | | - <p class="ms-3 ms-md-4">{{ entry.summary | markdownify | remove: '<p>' | remove: '</p>' }}</p> |
| 43 | + <p class="ms-4">{{ entry.summary | markdownify | remove: '<p>' | remove: '</p>' }}</p> |
44 | 44 | {% endif %} |
45 | 45 | </div> |
46 | 46 | {% else %} |
47 | 47 | <div class="col-xs-12 col-sm-12 col-md-12"> |
48 | 48 | {% if entry.url %} |
49 | | - <h6 class="title fw-bold ms-3 ms-md-4"> |
| 49 | + <h6 class="title fw-bold ms-4"> |
50 | 50 | <a href="{{ entry.url }}">{{ entry.title | default: entry.name }}</a> |
51 | 51 | </h6> |
52 | 52 | {% elsif entry.title %} |
53 | | - <h6 class="title fw-bold ms-3 ms-md-4">{{ entry.title }}</h6> |
| 53 | + <h6 class="title fw-bold ms-4">{{ entry.title }}</h6> |
54 | 54 | {% endif %} |
55 | 55 |
|
56 | 56 | {% if entry.publisher %} |
57 | | - <h6 class="ms-3 ms-md-4" style="font-size: 0.95rem"> |
| 57 | + <h6 class="ms-4" style="font-size: 0.95rem"> |
58 | 58 | <em>{{ entry.publisher }}</em> |
59 | 59 | </h6> |
60 | 60 | {% endif %} |
61 | 61 |
|
62 | 62 | {% if entry.summary %} |
63 | | - <p class="ms-3 ms-md-4">{{ entry.summary | markdownify | remove: '<p>' | remove: '</p>' }}</p> |
| 63 | + <p class="ms-4">{{ entry.summary | markdownify | remove: '<p>' | remove: '</p>' }}</p> |
64 | 64 | {% endif %} |
65 | 65 | </div> |
66 | 66 | {% endif %} |
|
0 commit comments