We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b3f86 commit ae5509fCopy full SHA for ae5509f
_includes/cv/time_table.html
@@ -3,13 +3,13 @@
3
<li class="list-group-item">
4
<div class="row">
5
{% if content.year %}
6
- <div class="col-xs-2 cl-sm-2 col-md-2 text-center">
+ <div class="col-xs-2 cs-sm-2 col-md-2">
7
<span class="badge fw-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px;">
8
{{ content.year }}
9
</span>
10
</div>
11
{% endif %}
12
- <div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
+ <div class="col-xs-10 cs-sm-10 col-md-10 mt-2 mt-md-0">
13
{% if content.title %}
14
<h6 class="title fw-bold ms-1 ms-md-4">{{content.title}}</h6>
15
0 commit comments