Skip to content

Commit

Permalink
Increase line height. Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
darichey committed Sep 19, 2020
1 parent 16e9ac2 commit 840cc95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ footer {

#activities-container {
padding: 3vh 3vw;
line-height: 2rem;
}

#activities-header {
Expand Down Expand Up @@ -181,6 +182,7 @@ footer {
flex-direction: row;
overflow-x: scroll;
padding-bottom: 10vh;
line-height: 2rem;
}

.day {
Expand All @@ -198,6 +200,7 @@ footer {
text-align: left;
max-height: 75vh;
overflow-y: scroll;
line-height: 2rem;
}

#questions > div:not(:last-child) {
Expand Down

0 comments on commit 840cc95

Please sign in to comment.