Socials Page Fixed

This commit is contained in:
2025-01-07 07:08:41 -05:00
parent d1d613422d
commit 36fa626f4c
2 changed files with 6 additions and 1 deletions

View File

@@ -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;

View File

@@ -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;
} }