From b33748e5cb80d3a44a043dd4c79e3ab24f0e6dc4 Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 3 Dec 2024 20:47:54 +0200 Subject: [PATCH] Aliened week days on top of sell --- 05-lection3/03-calendar/calendar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05-lection3/03-calendar/calendar.css b/05-lection3/03-calendar/calendar.css index cce998f..49f2566 100644 --- a/05-lection3/03-calendar/calendar.css +++ b/05-lection3/03-calendar/calendar.css @@ -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; @@ -52,7 +52,7 @@ font-family: 'Source Sans 3', serif; color: #334D6E; line-height: 1.25; - + align-items: center; } .calendar__item_blue {