diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index bbbfc2da..347e77fc 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -554,20 +554,18 @@ flex-direction: row-reverse; } - .defense-row { - .admin-title { - padding: 0 0 0.4rem 0; - margin-top: 0; - font-size: 1.7rem; - font-weight: 700; - max-width: 45em; - position: relative; - clear: both; - } + .admin-title { + padding: 0 0 0.4rem 0; + margin-top: 0; + font-size: 1.7rem; + font-weight: 700; + max-width: 45em; + position: relative; + clear: both; + } - .admin-content { - margin-bottom: 2rem; - } + .admin-content { + margin-bottom: 2rem; } } diff --git a/templates/portfolios/admin.html b/templates/portfolios/admin.html index b2429108..a4268f44 100644 --- a/templates/portfolios/admin.html +++ b/templates/portfolios/admin.html @@ -11,32 +11,44 @@