small css tweak

This commit is contained in:
Abhijit Bhatnagar 2025-08-11 18:54:38 +05:30
parent 0d3c02b18c
commit c1e7525a3a
4 changed files with 5 additions and 5 deletions

View file

@ -26,11 +26,10 @@
.helix-dashboard__header {
margin-bottom: 3rem;
text-align: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 3rem 2rem;
margin: -2rem -2rem 3rem -2rem;
margin: -2rem 0 3rem -2rem;
border-radius: 0 0 24px 24px;
position: relative;
overflow: hidden;
@ -64,6 +63,7 @@
position: relative;
z-index: 1;
font-weight: 400;
line-height: 3;
}
.helix-loading {