Tweak swim lane icon spacing on small screens

This commit is contained in:
2025-08-24 22:03:31 -04:00
parent 4e08ebad63
commit bad3e3e3da

View File

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