Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tianalei committed Oct 5, 2024
1 parent cfb0a5d commit f4cc4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ layout: default

<!-- Projects -->
{% if page.show_projects %}
<div style="display: flex; justify-content: space-between; align-items: center;"></div>
<h3 style="margin: 0;">Projects</h3>
<div style="display: flex; justify-content: space-between; align-items: center;">
<h3 style="margin-bottom: 0.5em; margin-left: 0.2em;">Projects</h3>
</div>
{% include projects_layout.liquid %}
{% endif %}
Expand Down
11 changes: 5 additions & 6 deletions _pages/researches.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ horizontal: false

<!-- _pages/projects.md -->
{% if page.show_projects %}
<div style="display: flex; justify-content: space-between; align-items: center;">
<h3 style="margin: 0;"> Projects </h3>
</div>
{% include projects_layout.liquid %}
{% endif %}

<div style="display: flex; justify-content: space-between; align-items: center;">
<h3 style="margin-bottom: 0.5em; margin-left: 0.2em;">Projects</h3>
</div>
{% include projects_layout.liquid %}
{% endif %}

0 comments on commit f4cc4f9

Please sign in to comment.