Skip to content

Commit

Permalink
tweak project card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
awadell1 committed Nov 8, 2023
1 parent 99fd3a3 commit 9c602ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ content }}

<!-- /.row -->
<div class="row">
<div class="row" id="projects">
{% for p in site.projects %}
{% include project-card.html project=p %}
{% endfor %}
Expand Down
4 changes: 4 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ div#news {
}
}

.row#projects {
justify-content: space-evenly;
}

//@import "bootstrap/bootstrap/bootstrap.css";
@import "bootstrap/functions";
@import "bootstrap/variables";
Expand Down

0 comments on commit 9c602ac

Please sign in to comment.