Fixed footer with social icons and made it responsive + misc

This commit is contained in:
2019-04-17 13:28:15 -04:00
parent 84ff2cf0b1
commit a828bfb086
27 changed files with 221 additions and 70 deletions

View File

@@ -0,0 +1,21 @@
.align-text-top {
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: 300px;
}
}