diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index f0c62f9..1cbbf71 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -11,6 +11,19 @@ left: 1rem; bottom: .4rem; } + .static-container { + display: flex; + flex-wrap: wrap; + } + .static-container > .card1 + .card1 { + margin-left: 20px; + } + .static-container > .card1:nth-child(1) { + flex-basis: 60%; + } + .static-container > .card1:nth-child(2) { + flex-basis: 40%; + } .card1 { background: #fff; border-radius: 4px; @@ -119,7 +132,7 @@ content: ""; width: 8px; height: 8px; - background: #73cdb9; + background: #f2b34e; border-radius: 100%; transform: translateY(-50%); @@ -147,59 +160,86 @@ @endpush @section("content") -