0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated responsive image size on Dashboard

This commit is contained in:
Peter Zimon 2021-03-05 11:00:38 +01:00
parent 2e9c9fcdfa
commit b45d8cd23a

View file

@ -732,16 +732,6 @@
margin-left: -20px;
}
/* .gh-dashboard-area.charts .mrr .gh-dashboard-summary {
flex-direction: row;
align-items: flex-end;
}
.gh-dashboard-area.charts .mrr .growth {
margin: 0 0 0 12px;
padding: 4px 6px;
} */
.gh-dashboard-header {
white-space: nowrap;
}
@ -753,6 +743,17 @@
.gh-dashboard-chart-box.small {
width: 100%;
}
.gh-dashboard-box.blogpost {
flex-direction: column;
align-items: flex-start;
}
.gh-dashboard-box.blogpost img {
max-width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
}
@media (max-width: 680px) {