mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
11b201b431
commit
b16a926a24
1 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue