diff --git a/frontend/src/App.vue b/frontend/src/App.vue index e1b19ce..7fa5086 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -88,6 +88,10 @@ width: 48px; height: 48px; } +/* отделение заголовка страницы от контента (у кита margin нет) */ +.app-content .page-header { + margin-bottom: 1.5rem; +} .user-chip a { margin-left: 0.5rem; color: var(--muted);