Worked on making intro and bio more responsive

This commit is contained in:
2019-04-16 13:31:16 -04:00
parent 3cb7ae2fa0
commit 5ef764bf80
11 changed files with 53 additions and 36 deletions

View File

@@ -2,3 +2,20 @@
line-height: 100%;
}
.profile-image {
width: 500px;
}
@media (max-width: 575.98px) { /* sm */
.line-one-type-size {
font-size: 2rem;
}
.line-two-type-size {
font-size: 1.5rem;
}
.profile-image {
width: 350px;
}
}