From e86a87c8a4497fbd1258a99dc57ce28656de4a35 Mon Sep 17 00:00:00 2001 From: mattbrown88 Date: Thu, 8 Feb 2024 22:03:11 -0700 Subject: [PATCH] asdf --- css/main.css | 7 +++++++ index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 29ee7b4..007ceb0 100644 --- a/css/main.css +++ b/css/main.css @@ -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; @@ -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 */ + } +} diff --git a/index.html b/index.html index 5fcaa25..0b98772 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

+

A software consultant and entrepreneur based in Denver.