diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 2869e2e..34439a4 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -290,7 +290,7 @@ article > p, #podcast_lane > .lane, #project_lane > .lane, #latest_lane.lane { - justify-content: flex-start; + justify-content: flex-between; } .lane > article { /* Add shadows to create the "card" effect */ @@ -573,6 +573,11 @@ fieldset > input { max-height: 40vw; overflow-y: scroll } + #podcast_lane > .lane, + #project_lane > .lane, + #latest_lane.lane { + justify-content: flex-start; + } #latest_lane.lane section > ul { margin: 0.5rem 3rem 0 1rem; }