Add soft match for postcodes 20100/20360, split section headers
- Show green 'todennäköisesti saatavuus' for postcodes 20100 and 20360 even when no exact address match found - Split section into 'Saatavuuskysely' and 'Yhteydenotto' headers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
style.css
17
style.css
@@ -512,6 +512,23 @@ img {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.availability-form-header {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.availability-form-header h2 {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 700;
|
||||
color: var(--dark);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.availability-form-header p {
|
||||
color: var(--text-light);
|
||||
font-size: 0.95rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.form {
|
||||
background: var(--bg);
|
||||
border: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user