About Page - Fixed mobile css

This commit is contained in:
Camerin Figueroa 2022-06-15 20:44:12 -04:00
parent 73df853c78
commit 7246306303
1 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,7 @@
.About .title { .About .title {
margin-top: 4rem; margin-top: 4rem;
color: #BF8D8C !important; color: #BF8D8C !important;
font-size: 48px; font-size: 28px;
} }
.About .social { .About .social {
@ -42,7 +42,7 @@
width: 10rem; width: 10rem;
} }
.About .links * { .About .links .link {
margin: 10px; margin: 10px;
} }
@ -53,11 +53,18 @@
height: 10rem; height: 10rem;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 5px;
margin: 5px;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.About .links .link img { .About .links .link img {
width: 100%;
}
.About .link, .About .link.bg-white {
height:25vw;
width: 25vw; width: 25vw;
} }
} }