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

мНет описания правки
мНет описания правки
Строка 50: Строка 50:
justify-content: center;
justify-content: center;
box-shadow: var(--box-shadow);
box-shadow: var(--box-shadow);
min-width: 0;
}
}


Строка 60: Строка 61:
justify-content: space-between;
justify-content: space-between;
flex-wrap: nowrap;
flex-wrap: nowrap;
min-width: 0;
}
}


.link-card__image {
.link-card__image {
padding: 4px;
padding: 4px;
min-width: calc(32px - 4px);
min-height: calc(32px - 4px);
text-align: center;
}
}
}
}
Строка 74: Строка 77:
justify-content: center;
justify-content: center;
box-shadow: var(--box-shadow);
box-shadow: var(--box-shadow);
min-width: 0;
}
}


Строка 84: Строка 88:
justify-content: space-between;
justify-content: space-between;
flex-wrap: nowrap;
flex-wrap: nowrap;
    min-width: 0;
}
}