mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
socials ultrawide fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user