diff --git a/frontend/src/components/pages/Home.vue b/frontend/src/components/pages/Home.vue index 9cee6a9..f6af432 100644 --- a/frontend/src/components/pages/Home.vue +++ b/frontend/src/components/pages/Home.vue @@ -367,25 +367,6 @@ onMounted(() => { gap: 20px; } -.widget-card { - flex-grow: 1; - flex-shrink: 1; - flex-basis: 20%; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); - border-radius: 12px; - display: flex; - justify-content: space-between; - transition: - transform 0.2s ease, - box-shadow 0.2s ease; - background-color: var(--theme-surface-alt); -} - -.widget-card:hover { - /*transform: translateY(-2px);*/ - box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); -} - .widget-header { display: flex; align-items: center;