diff --git a/resources/css/pages/stats-dashboard.css b/resources/css/pages/stats-dashboard.css index f04b077..bafa26a 100644 --- a/resources/css/pages/stats-dashboard.css +++ b/resources/css/pages/stats-dashboard.css @@ -1,15 +1,15 @@ .dashboard-widget { @apply pb-12; &__title { - @apply !text-2xl text-center !font-semibold !text-blue-600; + @apply !text-2xl text-center !font-semibold !text-lhoist; } &__preview-picture { - @apply !w-full mx-auto; - max-width: 300px; + @apply !w-full mx-auto my-8; + max-width: 240px; display: block; } &__cta { - @apply bg-blue-500 text-lg !text-white py-4 px-6 rounded-full block w-fit mx-auto; + @apply bg-lhoist text-lg !text-white py-4 px-6 rounded-full block w-fit mx-auto; text-decoration: none; transition: all 0.3s; cusror: pointer;