Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBrown88 committed Feb 9, 2024
1 parent 6672109 commit e86a87c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4358,6 +4358,7 @@ input[name="carousel"] { display: none; }

.typing-demo {
width: 22ch;
max-width: 90vw; /* Ensure it doesn't exceed the viewport width */
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
Expand All @@ -4377,3 +4378,9 @@ input[name="carousel"] { display: none; }
border-color: transparent
}
}

@media (min-width: 600px) {
.typing-demo {
width: 22ch; /* Keep fixed width for larger screens if desired */
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1 style="color:#6E07F3" class="title is-spaced is-size-1-desktop is-size-2-tab
Hello! I'm Matt Brown.</h1>
</div>

<h2 class="subtitle is-size-4-tablet">
<h2 class="subtitle is-size-3-mobile is-size-4-tablet">
A software consultant and entrepreneur based in Denver.
</h2>
<img class="avatar" src="img/linkedinprofile_oval.png">
Expand Down

0 comments on commit e86a87c

Please sign in to comment.