diff --git a/core/themes/seven/css/layout/node-add.css b/core/themes/seven/css/layout/node-add.css index 7d1ac68..f28a1e5 100644 --- a/core/themes/seven/css/layout/node-add.css +++ b/core/themes/seven/css/layout/node-add.css @@ -1,5 +1,7 @@ .layout-region-node-footer__content { - padding-top: 5px; + border-top: 1px solid #bebfb9; + padding-top: 0.5em; + margin-top: 1.5em; } /** @@ -19,8 +21,6 @@ margin-bottom: 1em; } .layout-region-node-footer__content { - border-top: 1px solid #bebfb9; - margin-top: 5px; + margin-top: 0.5em; } - }