0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated resources box style

This commit is contained in:
Peter Zimon 2022-05-12 14:35:39 +02:00
parent 9a384857fd
commit ee744bda31

View file

@ -1264,6 +1264,12 @@ Dashboard v5 Resources */
gap: 28px;
}
.gh-dashboard5-resources .gh-dashboard5-resource-box,
.gh-dashboard5-newsletter .gh-dashboard5-resource-box {
box-shadow: 0 1px 4px -1px rgb(0 0 0 / 10%);
border: none;
}
@media screen and (max-width: 1320px) {
.gh-dashboard5-resources .gh-dashboard5-resource-box {
grid-template-columns: 1fr;