diff --git a/css/styles.css b/css/styles.css index d57be8e..e62780b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -197,7 +197,7 @@ table { --color-border: #e2e8f0; --color-border-light: #f1f5f9; - --color-push-box-bg: #EBEEF4; + --color-push-box-bg: #ebeef4; /* Layout */ --site-header-height: 210px; @@ -327,7 +327,6 @@ top-bar .actions { site-content { display: block; - padding-top: 16px; } @media (min-width: 431px) { diff --git a/js/components/site-header.js b/js/components/site-header.js index 61931b5..8e914a1 100644 --- a/js/components/site-header.js +++ b/js/components/site-header.js @@ -76,7 +76,7 @@ class SiteHeader extends HTMLElement { } :host(.reveal) .collapsible { - transition: transform 220ms ease; + transition: transform 400ms ease; } ::slotted(top-bar) {