Обновить static/css/custom.css

This commit is contained in:
masterpmi 2026-07-23 21:40:57 +03:00
parent f1a2ee48a6
commit 25c64a369a

View File

@ -277,6 +277,41 @@ main img {
}
}
/* ------------------------------------------------------------------ */
/* Календарь событий, раздел с ближайшими мероприятиями: */
.events-list {
margin: 20px 0;
}
.event-item {
display: flex;
gap: 20px;
padding: 15px;
margin: 10px 0;
background: #f9f9f9;
border-radius: 8px;
border-left: 4px solid #003366;
}
.event-date {
background: #003366;
color: white;
padding: 10px;
border-radius: 5px;
text-align: center;
min-width: 60px;
}
.event-day {
font-size: 1.8em;
font-weight: bold;
display: block;
}
.event-month {
font-size: 0.8em;
text-transform: uppercase;
}
/* ------------------------------------------------------------------ */
/* Статистика института */
.stats-grid {