socials ultrawide fix

This commit is contained in:
2025-01-07 06:19:42 -05:00
parent b5bb4dd90f
commit d1d613422d

View File

@@ -1,7 +1,7 @@
.social { .social {
background-color: gray; background-color: gray;
width: 100%; width: 100%;
height: auto; height: 90svh;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@@ -31,6 +31,7 @@
margin: 20px; margin: 20px;
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
} }
.socialItem:hover { .socialItem:hover {
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
transition: 0.3s ease-in; transition: 0.3s ease-in;