[WIP] new website design #266

Draft
rho_n wants to merge 70 commits from newsite into main
Showing only changes of commit bad3e3e3da - Show all commits

View File

@@ -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;
}