Skip to content

Commit

Permalink
Placed month and date on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Jan 2, 2024
1 parent 17935b4 commit 2b1976a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@ body {
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 12px;
line-height: 24px;
padding: 15px 8px;
text-align: center;
height: 100%;
}
.date span {
font-size: 36px;
line-height: 26.2px;
font-size: 50px;
line-height: 26px;
margin-bottom: 10px;
}

Expand Down

0 comments on commit 2b1976a

Please sign in to comment.