mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 21:41:36 +00:00
Socials Page Fixed
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.socialMedia svg, .socialMedia a {
|
.socialMedia svg,
|
||||||
|
.socialMedia a {
|
||||||
color: rgb(255, 0, 0);
|
color: rgb(255, 0, 0);
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
|||||||
@@ -61,6 +61,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1300px) {
|
@media only screen and (max-width: 1300px) {
|
||||||
|
.social {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.socialList {
|
.socialList {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user