Skip to content

Commit

Permalink
fix responsive cv badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 5, 2022
1 parent 84fcc52 commit 7891f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/cv/time_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h6 class="title fw-bold ms-1 ms-md-4">{{content.title}}</h6>
<h6 class="ms-1 ms-md-4" style="font-size: 0.95rem;">{{content.institution}}</h6>
{% endif %}
{% if content.description %}
<ul class="items">
<ul class="items ms-2">
{% for item in content.description %}
<li>
{% if item.contents %}
Expand Down
3 changes: 2 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ footer.sticky-bottom {
.badge {
color: var(--global-card-bg-color) !important;
background-color: var(--global-theme-color);
min-width: 100%;
width: 100%;
max-width: 6rem;
}
}
}
Expand Down

0 comments on commit 7891f8d

Please sign in to comment.