The line-height property is not well thought out and leads to lots of whitespace and makes the design more bloated.
p.sessionTile-description {
line-height: 1.3
}
h2.sessionTile-title {
line-height: 1;
margin-bottom: 0.5rem;
}
.speakerGrid-headshot {
line-height: 1;
}
Could tighten up the UI
The
line-heightproperty is not well thought out and leads to lots of whitespace and makes the design more bloated.Could tighten up the UI