Tweak swim lane icon spacing on small screens
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user