fix profile page

This commit is contained in:
armiejean 2025-04-16 16:30:53 +08:00
parent a5ba7581b4
commit 11d4f2b17c
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
@section('page_title', 'My Profile')
@section('content')
<div class="container-fluid px-4">
<div class="card w-100">
<!-- Banner -->
<div class="banner d-flex align-items-center p-3">
@ -35,14 +34,14 @@
</div>
</div>
</div>
</div>
<style>
.card {
border-radius: 5px;
border: 1px solid #dee2e6;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
margin-top: 2rem;
margin-top: 1rem;
}
.banner {
background-color: #e6f0fa;