diff --git a/resources/views/admin/extensions/blueprint/index.blade.php b/resources/views/admin/extensions/blueprint/index.blade.php index 20cc208f..107f63a7 100644 --- a/resources/views/admin/extensions/blueprint/index.blade.php +++ b/resources/views/admin/extensions/blueprint/index.blade.php @@ -31,7 +31,7 @@ @endsection @section('content') -
Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.
+Blueprint is the framework that powers all Blueprint-compatible extensions, enabling multiple extensions to be installed and used simultaneously.
{{ $EXTENSION_DESCRIPTION }}
+{{ $EXTENSION_DESCRIPTION }}
@endsection @section("extension.config") @@ -106,5 +106,9 @@ border-bottom-left-radius: 0px !important; border-bottom-right-radius: 0px !important; } + + section.content { padding-top: 7px !important; } + section.content-header > h1 { margin-top: 3px !important; } + .ext-description { padding-bottom: 10px; } @endsection