Fixed missing padding on whats-new page title

This commit is contained in:
Sanne de Vries 2022-10-10 11:06:01 +07:00
parent 75f83718f5
commit 3895f20d89

View File

@ -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 {