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