diff --git a/templates/blog-cloudflare/src/styles/theme.css b/templates/blog-cloudflare/src/styles/theme.css index 0ed080e3dc..0e5ad162c4 100644 --- a/templates/blog-cloudflare/src/styles/theme.css +++ b/templates/blog-cloudflare/src/styles/theme.css @@ -26,3 +26,7 @@ :root { } + +.nav-admin { + margin-inline-start: var(--spacing-5); +} diff --git a/templates/blog/src/styles/theme.css b/templates/blog/src/styles/theme.css index 0ed080e3dc..d5ad867310 100644 --- a/templates/blog/src/styles/theme.css +++ b/templates/blog/src/styles/theme.css @@ -26,3 +26,8 @@ :root { } + +/* Keep the signed-in Admin link separated from the primary navigation. */ +.nav-admin { + margin-inline-start: var(--spacing-5); +}