Skip to content

Commit

Permalink
we good
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeho7 committed Feb 15, 2024
1 parent d36ca76 commit f518a99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _projects/1_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ Here's the code for the last row of images above:
```html
<div class="row justify-content-sm-center">
<div class="col-sm-8 mt-3 mt-md-0">
{% include figure.liquid path="assets/img/6.jpg" title="example image"
class="img-fluid rounded z-depth-1" %}
{% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
</div>
<div class="col-sm-4 mt-3 mt-md-0">
{% include figure.liquid path="assets/img/11.jpg" title="example image"
class="img-fluid rounded z-depth-1" %}
{% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
</div>
</div>
```
Expand Down

0 comments on commit f518a99

Please sign in to comment.