diff --git a/frontend/src/App.css b/frontend/src/App.css
index 69ba296..7165d5b 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -92,7 +92,7 @@
.invite-time {
font-family: 'Cormorant Garamond', serif;
- font-size: 1.7rem;
+ font-size: 1.8rem;
font-weight: 500;
color: var(--pink);
white-space: nowrap;
@@ -100,7 +100,8 @@
}
.invite-desc {
- font-size: 1.3rem;
+ font-size: 1.5rem;
+ font-weight: 400;
color: var(--text);
line-height: 1.55;
}
@@ -111,10 +112,12 @@
}
.invite-dresscode {
- font-size: 0.95rem;
- color: var(--text-muted);
- line-height: 1.6;
+ font-family: 'Cormorant Garamond', serif;
+ font-size: clamp(1.2rem, 3vw, 1.5rem);
+ font-weight: 500;
font-style: italic;
+ color: var(--text);
+ line-height: 1.6;
}
.invite-palette {
@@ -125,10 +128,10 @@
.invite-palette span {
display: block;
- width: 2.5rem;
- height: 2.5rem;
+ width: 3rem;
+ height: 3rem;
border-radius: 50%;
- box-shadow: 0 1px 4px rgba(0,0,0,0.12);
+ /*box-shadow: 0 0 0 rgba(0,0,0,0.12);*/
}
.invite-bottom {
@@ -140,9 +143,9 @@
}
.invite-cta-text {
- font-size: 0.95rem;
- color: var(--text-muted);
- line-height: 1.6;
+ font-family: 'Cormorant Garamond', serif;
+ font-size: 1.2rem;
+ font-weight: 400;
}
.welcome-cta {
@@ -151,7 +154,7 @@
background: var(--pink);
color: #fff;
border: none;
- font-family: 'Montserrat', sans-serif;
+ font-family: 'Cormorant Garamond', serif;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.2em;
@@ -232,7 +235,7 @@
}
.invite-dresscode {
- font-size: 0.8rem;
+ font-size: 1.3rem;
}
.invite-palette span {
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 8f96679..6ebb62d 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -36,7 +36,8 @@ export default function App() {
17:00
Праздничный банкет
- Ресторан «Беллисто», банкетный зал «Людовик»
+ Ресторан «Беллисто», банкетный зал «Людовик»
+ ул. Генерала Жадова, д. 9А
@@ -49,11 +50,11 @@ export default function App() {