diff --git a/assets/css/admin.scss b/assets/css/admin.scss index fe82c8a..3a2861e 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -419,3 +419,32 @@ th { fieldset.form-group { margin-bottom: 0; } + +.crud-header { + &-title { + font-size: 2em; + } + + &-actions { + text-align: right; + margin-bottom: 10px; + } + + @media screen and (min-width: 770px) { + &-title { + float: left; + font-size: 2em; + } + + &-actions { + float: right; + } + + } + + &::after { + display: block; + content: ""; + clear: both; + } +}