diff --git a/index.html b/index.html index e74070b..4255125 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@
- +
TypeSmart
diff --git a/styles-type.css b/styles-type.css index ce1e011..94a32f4 100644 --- a/styles-type.css +++ b/styles-type.css @@ -103,7 +103,7 @@ body { .content button{ outline: none; border: 1px solid var(--textColor); - width: 80vw; + width: 90vw; color: var(--textColor); padding: 8px 0; font-size: 16px; @@ -164,7 +164,7 @@ li:not(:first-child) span{ padding: 20px 0; } .content-box .typing-text{ - max-height: 100%; + max-height: 20rem; } .typing-text p{ font-size: 19px;