0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated spacing

refs https://github.com/TryGhost/Team/issues/2575
This commit is contained in:
Djordje Vlaisavljevic 2023-02-21 20:27:21 +00:00
parent 11b201b431
commit b16a926a24

View file

@ -1897,12 +1897,14 @@
.gh-post-analytics-split {
display: grid;
grid-gap: 24px;
grid-column-gap: 24px;
grid-template-columns: 1fr;
}
.gh-post-analytics-split.gh-post-analytics-with-mentions {
grid-template-columns: 1fr 1fr;
@media (min-width: 1360px) {
.gh-post-analytics-split.gh-post-analytics-with-mentions {
grid-template-columns: 1fr 1fr;
}
}
.gh-post-analytics-mentions {