Skip to content

Commit

Permalink
update project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
timohillmann committed Nov 12, 2023
1 parent 16c3759 commit 3f72862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
alt="project thumbnail" -%}
{%- endif %}
<div class="card-body">
<h2 class="card-title">{{ project.title }}</h2>
<h4 class="card-title">{{ project.title }}</h4>
<p class="card-text">{{ project.description }}</p>
<div class="row ml-1 mr-1 p-0">
{%- if project.github -%}
Expand Down
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ footer.sticky-bottom {

.grid-sizer,
.grid-item {
width: 450px;
width: 350px;
margin-bottom: 10px;
}

Expand Down

0 comments on commit 3f72862

Please sign in to comment.