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:
parent
9a384857fd
commit
ee744bda31
1 changed files with 6 additions and 0 deletions
|
@ -1264,6 +1264,12 @@ Dashboard v5 Resources */
|
||||||
gap: 28px;
|
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) {
|
@media screen and (max-width: 1320px) {
|
||||||
.gh-dashboard5-resources .gh-dashboard5-resource-box {
|
.gh-dashboard5-resources .gh-dashboard5-resource-box {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue