mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Better spacing for the header card
This commit is contained in:
parent
267d0fc045
commit
26e07a5f54
@ -19,6 +19,10 @@
|
||||
background-color: var(--ghost-accent-color);
|
||||
}
|
||||
|
||||
.kg-header-card-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kg-layout-split .kg-header-card-content {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@ -31,14 +35,14 @@
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
padding: 4vmax;
|
||||
padding: 6.4vmax 4vmax;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.kg-width-wide .kg-header-card-text {
|
||||
padding: 6.4vmax;
|
||||
padding: 10vmax 6.4vmax;
|
||||
}
|
||||
|
||||
.kg-width-full .kg-header-card-text {
|
||||
|
Loading…
Reference in New Issue
Block a user