mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
Fixed missing padding on whats-new page title
This commit is contained in:
parent
75f83718f5
commit
3895f20d89
@ -1,8 +1,9 @@
|
||||
/* What's new */
|
||||
/* ---------------------------------------------------------- */
|
||||
.gh-whats-new-canvas .gh-canvas-header-content {
|
||||
border-bottom: 1px solid var(--whitegrey);
|
||||
margin-bottom: -1px;
|
||||
padding: 8px 0 16px;
|
||||
border-bottom: 1px solid var(--whitegrey);
|
||||
}
|
||||
|
||||
.gh-whats-new {
|
||||
|
Loading…
Reference in New Issue
Block a user