add full crm
This commit is contained in:
@@ -253,8 +253,11 @@ a { color: inherit; text-decoration: none; }
|
||||
|
||||
.projects-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
|
||||
gap: 22px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
||||
gap: 18px;
|
||||
}
|
||||
@media (min-width: 900px) {
|
||||
.projects-grid { grid-template-columns: repeat(3, 1fr); }
|
||||
}
|
||||
.project {
|
||||
display: flex;
|
||||
@@ -269,11 +272,13 @@ a { color: inherit; text-decoration: none; }
|
||||
.project-thumb {
|
||||
aspect-ratio: 16 / 9;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
background: #0d1a2b;
|
||||
display: block;
|
||||
border-bottom: 1px solid var(--line);
|
||||
}
|
||||
.project-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
|
||||
.project-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
|
||||
.project-meta {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
@@ -285,16 +290,17 @@ a { color: inherit; text-decoration: none; }
|
||||
.project-name {
|
||||
font-family: var(--display);
|
||||
font-weight: 600;
|
||||
font-size: 1.35rem;
|
||||
font-size: 1.2rem;
|
||||
letter-spacing: -0.015em;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.project-desc { color: var(--muted); font-size: 0.98rem; margin: 0 0 18px; }
|
||||
.project-desc { color: var(--muted); font-size: 0.92rem; margin: 0 0 16px; }
|
||||
.project-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
|
||||
.project-stack .chip { font-size: 0.74rem; padding: 4px 9px; }
|
||||
.project-actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: auto;
|
||||
padding-top: 4px;
|
||||
}
|
||||
@@ -303,8 +309,8 @@ a { color: inherit; text-decoration: none; }
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
font-family: var(--mono);
|
||||
font-size: 0.82rem;
|
||||
padding: 9px 14px;
|
||||
font-size: 0.78rem;
|
||||
padding: 8px 12px;
|
||||
border-radius: 9px;
|
||||
border: 1px solid var(--line-strong);
|
||||
transition: border-color 0.16s, background 0.16s, color 0.16s;
|
||||
|
||||
Reference in New Issue
Block a user