Lisää Vihreiden virallinen logo hero-osioon
Maapallo-logo ja teksti näkyvät hero-osiossa, linkitettynä vihreat.fi-sivustolle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
style.css
17
style.css
@@ -234,10 +234,25 @@ ul {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
color: var(--color-text-light);
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: 1.5rem;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.hero-party-logo {
|
||||
display: inline-block;
|
||||
margin-bottom: 2rem;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.hero-party-logo:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.party-logo {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 0.9rem 2rem;
|
||||
|
||||
Reference in New Issue
Block a user