Шаблон:Таблица ролей/styles.css: различия между версиями

Новая страница: «.таблица-ролей__table { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; } .таблица-ролей__title { margin: 10px 0; display: flex; gap: 8px; justify-content: center; text-align: center; font-size: 40px; line-height: 50px; border-radius: 8px; } .таблица-ролей__name { padding: 2px; border-radius: 0.3em; margin-bottom: 0.2em; background: var(--color-contrast2); border...»
 
мНет описания правки
Строка 7: Строка 7:


.таблица-ролей__title {
.таблица-ролей__title {
margin: 10px 0;
    display: flex;
display: flex;
    gap: 8px;
gap: 8px;
justify-content: center;
text-align: center;
font-size: 40px;
line-height: 50px;
border-radius: 8px;
}
}