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 {
|
.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;
|
||||||
|
|||||||
Reference in New Issue
Block a user