You've already forked zblade.dev
feat(layout): add logo image and favicon styling
This commit is contained in:
@@ -104,6 +104,19 @@ a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.logo-image {
|
||||
height: 40px;
|
||||
width: auto;
|
||||
max-width: 180px;
|
||||
display: block;
|
||||
transition: transform 0.3s ease, filter 0.3s ease;
|
||||
}
|
||||
|
||||
.logo:hover .logo-image {
|
||||
filter: drop-shadow(0 0 8px rgba(0, 221, 119, 0.4));
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
.logo-line-1,
|
||||
.logo-line-2 {
|
||||
font-size: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user