Fix mistyped CSS value

This commit is contained in:
2025-10-14 21:48:08 -04:00
parent 4fbf32eaa9
commit a87e7f12a6

View File

@@ -332,7 +332,7 @@ article > p,
#podcast_lane > .lane,
#project_lane > .lane,
#latest_lane.lane {
justify-content: flex-between;
justify-content: space-around;
}
.lane > article,
#welcome > p {