diff --git a/src/stylesheets/components/_admin.scss b/src/stylesheets/components/_admin.scss index b92e878..f65c12d 100644 --- a/src/stylesheets/components/_admin.scss +++ b/src/stylesheets/components/_admin.scss @@ -19,6 +19,17 @@ padding: .7rem; background-color: white; border-radius: 15px; + + div &__title { + display: flex; + flex-direction: column; + align-items: flex-start; + + @include respond-to('medium') { + flex-direction: row; + justify-content: space-between; + } + } } .adminSection {