forked from retoor/devplacepy
fix: correct spelling of "Update" in commit message to "Update"
This commit is contained in:
@@ -103,6 +103,98 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.landing-hero-user {
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.landing-welcome {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.landing-welcome-text {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.landing-welcome-eyebrow {
|
||||
display: block;
|
||||
font-size: 1rem;
|
||||
color: var(--text-secondary);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.landing-welcome-name {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
letter-spacing: -0.03em;
|
||||
color: var(--text-primary);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.landing-stats {
|
||||
display: flex;
|
||||
gap: 2.5rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.landing-stat {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.landing-stat-value {
|
||||
font-size: 1.75rem;
|
||||
font-weight: 700;
|
||||
color: var(--accent);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.landing-stat-label {
|
||||
font-size: 0.75rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.landing-quicklinks {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.landing-quicklinks a {
|
||||
padding: 0.5rem 1.25rem;
|
||||
border-radius: var(--radius-lg);
|
||||
border: 1px solid var(--border);
|
||||
background: var(--bg-card);
|
||||
color: var(--text-primary);
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 600;
|
||||
transition: border-color 0.15s ease, transform 0.15s ease;
|
||||
}
|
||||
|
||||
.landing-quicklinks a:hover {
|
||||
border-color: var(--accent);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.landing-welcome-name {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
.landing-stats {
|
||||
gap: 1.5rem;
|
||||
}
|
||||
.landing-quicklinks {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.landing-section {
|
||||
max-width: 960px;
|
||||
margin: 0 auto 3rem;
|
||||
|
||||
Reference in New Issue
Block a user