update
parent
7d3029494f
commit
1456e52e0e
|
|
@ -2,7 +2,7 @@
|
|||
@section('css')
|
||||
@endsection
|
||||
@section('content')
|
||||
<section class="container relative pt-150 py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<section class="container relative pt-[150px] py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<div class="relative flex justify-between items-center content-center mb-10">
|
||||
<div>
|
||||
<h1 class="">Home / <a href="{{ url('dataset') }}">Dataset</a> / <span class="bold">{{ $dataset->name }}</span></h1>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
@section('css')
|
||||
@endsection
|
||||
@section('content')
|
||||
<section class="container relative pt-30 py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<section class="container relative pt-[150px] py-20 pb-0 px-5 flex flex-col gap-5">
|
||||
<div class="relative flex justify-between items-center content-center mb-10">
|
||||
<div>
|
||||
<h1 class="">Home / <a href="{{ url('dataset') }}">Dataset</a> / <span class="bold">{{ $dataset->name }}</span></h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue