Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavera360JM authored Feb 12, 2024
1 parent f28d78b commit 14eaef3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,21 @@ button:active {
margin-top: 20px;
}

.daily-log {
display: none;
}

.daily-log h2 {
margin-top: 20px;
}

.daily-log textarea {
width: 100%;
padding: 10px;
margin-top: 10px;
}

.daily-log input {
margin-top: 10px;
}

0 comments on commit 14eaef3

Please sign in to comment.