remove duplicate styling and improve mobile for GridMotion

This commit is contained in:
David Haz
2025-07-12 14:35:43 +03:00
parent 0359d8043c
commit 5d97fb34d9
2 changed files with 10 additions and 34 deletions

View File

@@ -374,30 +374,6 @@
border: 1px solid #333;
}
.cta-button-docs {
font-weight: 500;
font-size: 12px;
padding: 0 0 0 1rem;
height: 40px;
background: linear-gradient(135deg, rgb(30, 160, 63), rgba(24, 47, 255, 0.6));
background-size: 200% 200%;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
border: 1px solid rgba(255, 255, 255, 0.07);
color: #fff;
border-radius: 50px;
cursor: pointer;
display: flex;
align-items: center;
white-space: nowrap;
justify-content: space-between;
transition: 0.3s ease;
}
.cta-button-docs:hover {
transform: scale(0.98);
}
.star-count {
background-color: #0b0b0b;
margin-left: 1em;