diff --git a/app/components/home.module.scss b/app/components/home.module.scss index cb7574967..87d65f5d5 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -101,6 +101,15 @@ bottom: 18px; } +.sidebar-sub-title-container { + display: flex; + align-items: center; +} + +.sidebar-copy-button { + margin-left: 8px; +} + .sidebar-title { font-size: 30px; font-weight: bold;