fix: make social icons in the hero element smaller on mobile
All checks were successful
Build / build (push) Successful in 4m12s
Build / deploy-stage (push) Successful in 2m38s
Build / switch-stage (push) Successful in 2m0s

This commit is contained in:
2024-12-14 02:21:32 +01:00
parent 58d041c473
commit 78bffc5b46

View File

@@ -7,7 +7,6 @@
background: url('../../../Images/background.jpg') repeat; background: url('../../../Images/background.jpg') repeat;
} }
.frame-type-cloonar_hero + .frame { .frame-type-cloonar_hero + .frame {
margin-top: -10rem; margin-top: -10rem;
} }
@@ -59,17 +58,17 @@
display: flex; display: flex;
gap: 0.5rem; gap: 0.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
/* Smaller icons on mobile */
.frame-type-cloonar_hero .social-icon { .frame-type-cloonar_hero .social-icon {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: var(--bs-primary); background: var(--bs-primary);
color: var(--bs-yellow); color: var(--bs-yellow);
font-size: 1.5rem; font-size: 1rem;
padding: 2.375rem; padding: 1rem;
text-decoration: none; text-decoration: none;
border-radius: 50%; border-radius: 50%;
transition: background 0.3s; transition: background 0.3s;
@@ -115,6 +114,7 @@
width: 2.5rem; width: 2.5rem;
height: 2rem; height: 2rem;
font-size: 2rem; font-size: 2rem;
padding: 2.375rem;
} }
.frame-type-cloonar_hero .hero-image { .frame-type-cloonar_hero .hero-image {