This repository has been archived on 2025-08-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
giovani.lol/src/styles/Introduction.css

21 lines
264 B
CSS

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