File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <div class =" row no-gutters" >
55 {% if project .img %}
66 <div class =" col-md-6" >
7- {% include figure .liquid loading ="eager" path =project .img sizes = "(min-width: 768px) 156px, 50vw" alt ="project thumbnail" class ="card-img" %}
7+ {% include figure .liquid loading ="eager" path =project .img alt ="project thumbnail" class ="card-img" %}
88 </div >
99 {% endif %}
1010 <div class =" {% if project .img %}col-md-6{% else %}col-md-12{% endif %}" >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ announcements:
5151 <!-- Generate cards for each project -->
5252 {% if page.horizontal %}
5353 <div class =" container " >
54- <div class="row row-cols-1 row-cols-md-2 ">
54+ <div class="row row-cols-1 row-cols-md-1 ">
5555 {% for project in sorted_projects %}
5656 {% include projects_horizontal.liquid %}
5757 {% endfor %}
Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ footer.sticky-bottom {
712712 padding-top : 0.5rem ;
713713 margin-top : 2rem ;
714714 margin-bottom : 1rem ;
715- text-align : right ;
715+ text-align : left ;
716716 }
717717}
718718
You can’t perform that action at this time.
0 commit comments