fix: map integration css
This commit is contained in:
parent
7f17a8ec91
commit
351c445442
@ -3,9 +3,11 @@
|
|||||||
Permits | {{ $page_title }}
|
Permits | {{ $page_title }}
|
||||||
@endsection
|
@endsection
|
||||||
@section('page-css')
|
@section('page-css')
|
||||||
|
<style>
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
#permit-map { height: 350px; }
|
#permit-map { height: 350px; }
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
@section('page-content')
|
@section('page-content')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user