style(dashboard): Add top margin to ContextualRecommendationsWidget to match page layout spacing
This commit is contained in:
+1
@@ -5,6 +5,7 @@
|
|||||||
.recommendations-panel {
|
.recommendations-panel {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.75rem;
|
padding: 1.75rem;
|
||||||
|
margin-top: 2.5rem;
|
||||||
background: var(--nexus-surface, #1a1a1e);
|
background: var(--nexus-surface, #1a1a1e);
|
||||||
border: 1px solid var(--nexus-border, rgba(255, 255, 255, 0.05));
|
border: 1px solid var(--nexus-border, rgba(255, 255, 255, 0.05));
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user