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 84fcc52 commit 7891f8dCopy full SHA for 7891f8d
_includes/cv/time_table.html
@@ -17,7 +17,7 @@ <h6 class="title fw-bold ms-1 ms-md-4">{{content.title}}</h6>
17
<h6 class="ms-1 ms-md-4" style="font-size: 0.95rem;">{{content.institution}}</h6>
18
{% endif %}
19
{% if content.description %}
20
- <ul class="items">
+ <ul class="items ms-2">
21
{% for item in content.description %}
22
<li>
23
{% if item.contents %}
_sass/_base.scss
@@ -313,7 +313,8 @@ footer.sticky-bottom {
313
.badge {
314
color: var(--global-card-bg-color) !important;
315
background-color: var(--global-theme-color);
316
- min-width: 100%;
+ width: 100%;
317
+ max-width: 6rem;
318
}
319
320
0 commit comments