refactor!: redo project structure

This commit is contained in:
2021-07-27 02:26:39 -04:00
parent 8513189c0b
commit 92c7c6a474
31 changed files with 130 additions and 161 deletions

View File

@@ -0,0 +1,21 @@
.align-text-top {
line-height: 100%;
}
.profile-image {
width: 500px;
}
@media (max-width: 575.98px) { /* xs */
.line-one-type-size {
font-size: 2rem;
}
.line-two-type-size {
font-size: 1.5rem;
}
.profile-image {
width: 300px;
}
}