Skip to content

Commit 7891f8d

Browse files
fix responsive cv badge
1 parent 84fcc52 commit 7891f8d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/cv/time_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h6 class="title fw-bold ms-1 ms-md-4">{{content.title}}</h6>
1717
<h6 class="ms-1 ms-md-4" style="font-size: 0.95rem;">{{content.institution}}</h6>
1818
{% endif %}
1919
{% if content.description %}
20-
<ul class="items">
20+
<ul class="items ms-2">
2121
{% for item in content.description %}
2222
<li>
2323
{% if item.contents %}

_sass/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ footer.sticky-bottom {
313313
.badge {
314314
color: var(--global-card-bg-color) !important;
315315
background-color: var(--global-theme-color);
316-
min-width: 100%;
316+
width: 100%;
317+
max-width: 6rem;
317318
}
318319
}
319320
}

0 commit comments

Comments
 (0)