y
This commit is contained in:
+28
-5
@@ -29,13 +29,14 @@
|
|||||||
color: var(--text-secondary, #9c9c9c);
|
color: var(--text-secondary, #9c9c9c);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.12em;
|
letter-spacing: 0.12em;
|
||||||
font-size: 0.72rem;
|
font-size: 0.68rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-greeting {
|
.home-greeting {
|
||||||
font-size: clamp(1.6rem, 2.4vw, 2.1rem);
|
font-size: clamp(1.35rem, 2.1vw, 1.85rem);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.05;
|
line-height: 1.1;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-status-row {
|
.home-status-row {
|
||||||
@@ -48,11 +49,11 @@
|
|||||||
.home-status-text,
|
.home-status-text,
|
||||||
.home-section-meta {
|
.home-section-meta {
|
||||||
color: var(--text-secondary, #9c9c9c);
|
color: var(--text-secondary, #9c9c9c);
|
||||||
font-size: 0.9rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-section-title {
|
.home-section-title {
|
||||||
font-size: 1.15rem;
|
font-size: 1.05rem;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -219,6 +220,28 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-hero-avatar {
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-kicker {
|
||||||
|
font-size: 0.63rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-greeting {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-status-text,
|
||||||
|
.home-section-meta {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.home-section-title {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.home-place-card {
|
.home-place-card {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user