diff --git a/src/components/header/home-header.scss b/src/components/header/home-header.scss index 7e1e1d3..602b6fa 100644 --- a/src/components/header/home-header.scss +++ b/src/components/header/home-header.scss @@ -17,6 +17,7 @@ flex-direction: row; align-items: center; cursor: pointer; + margin-left: 0.75rem; } .right-justified-items { @@ -32,6 +33,7 @@ .page-labels { p:first-of-type { margin-bottom: 0.25rem; + margin-left: 1rem; } }