Skip to content

Commit

Permalink
Aliened week days on top of sell
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieSagan committed Dec 3, 2024
1 parent ef36901 commit b33748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05-lection3/03-calendar/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
display: grid;
grid-template-columns: repeat(7, 1fr);
grid-auto-rows: 1fr;
align-items: start;
}

.calendar__item_day,
.calendar__item_date {
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-style: normal;
Expand All @@ -52,7 +52,7 @@
font-family: 'Source Sans 3', serif;
color: #334D6E;
line-height: 1.25;

align-items: center;
}

.calendar__item_blue {
Expand Down

0 comments on commit b33748e

Please sign in to comment.