feat: change button hover, change small textimage design

This commit is contained in:
2024-12-17 16:03:34 +01:00
parent 6f9ed95263
commit 911c228322
6 changed files with 15 additions and 19 deletions

View File

@@ -65,8 +65,6 @@
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--bs-primary);
color: var(--bs-yellow);
font-size: 1rem;
padding: 1rem;
text-decoration: none;
@@ -74,10 +72,6 @@
transition: background 0.3s;
}
.frame-type-cloonar_hero .social-icon:hover {
background: var(--bs-primary-light);
}
.frame-type-cloonar_hero .hero-image-wrapper {
margin-top: 1rem;
align-self: flex-end;